Html Css Color HEX #630332 Tyrian Purple

📋 copy color: '#630332'

red 99 ◦ green 3 ◦ blue 50

#630332
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #630332

Tints of Tyrian Purple #630332

RGB

 RED value IS 99 (39.06% from 255) = 65.13%

 GREEN value IS 3 (1.56% from 255) = 1.97%

 BLUE value IS 50 (19.92% from 255) = 32.89%

R = 65.13%
G = 1.97%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#630332 (or 0x630332) is known color: Tyrian Purple. HEX triplet: 63, 03 and 32. RGB value is (99,3,50). Sum of RGB (Red+Green+Blue) = 99+3+50=152 (20% of max value = 765). Red value is 99 (39.06% from 255 or 65.13% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 99 - color contains mainly: red. Hex color #630332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630332 is #9CFCCD. Grayscale: #242424. Windows color (decimal): -10288334 or 3277667. OLE color: 3277667.

HSL color Cylindrical-coordinate representation of color #630332: hue angle of 330.62º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #630332 is Cyan = 0, Magento = 0.97, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 3 50 -
CMYK 0 0.97 0.49 0.61
HSL 330.63º 0.94% 0.2% -
HSV(B) 330.63º 0.97% 0.39% -
XYZ 5.75 2.95 3.28 -
YUV 37.06 135.3 172.18 -
System Red Green Blue C M Y K H S L
Decimal 99 3 50 0 0.97 0.49 0.61 330.63 0.94 0.2
Hex 63 3 32 0 61 31 3D 14B 5E 14
Octal 143 3 62 0 141 61 75 513 136 24
Binary 1100011 11 110010 0 1100001 110001 111101 101001011 1011110 10100

Color Harmonies of #630332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #630332

Black with #630332

Text Example


Text Example

White with #630332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #630332; }

 p { color: rgb(99,3,50); }

 H1.HeaderClassName
 {
   color: #630332;
 }
 .AnyTagClassName
 {
   color: #630332;
 }
</style>

background-color css

<style>
 a { background-color: #630332; }

 a { background-color: rgb(99,3,50); }

 div.DivClassName
 {
   background-color: #630332;
 }
 .BgClassName
 {
   background-color: #630332;
 }
</style>

border-color css

<style>
 span { border-color: #630332; }

 span { border-color: rgb(99,3,50); }

 td.TdClassName
 {
   border-color: #630332;
 }
 .TagClassName
 {
   border-color: #630332;
 }
</style>