Html Css Color HEX #66032C Tyrian Purple

📋 copy color: '#66032C'

red 102 ◦ green 3 ◦ blue 44

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

Shades of Tyrian Purple #66032C

Tints of Tyrian Purple #66032C

RGB

 RED value IS 102 (40.23% from 255) = 68.46%

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

 BLUE value IS 44 (17.58% from 255) = 29.53%

R = 68.46%
G = 2.01%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.6

RGB Variations

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

Color information

#66032C (or 0x66032C) is known color: Tyrian Purple. HEX triplet: 66, 03 and 2C. RGB value is (102,3,44). Sum of RGB (Red+Green+Blue) = 102+3+44=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 3 (1.56% from 255 or 2.01% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66032C is #99FCD3. Grayscale: #252525. Windows color (decimal): -10091732 or 2884454. OLE color: 2884454.

HSL color Cylindrical-coordinate representation of color #66032C: hue angle of 335.15º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66032C is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 3 44 -
CMYK 0 0.97 0.57 0.6
HSL 335.15º 0.94% 0.21% -
HSV(B) 335.15º 0.97% 0.4% -
XYZ 5.97 3.07 2.66 -
YUV 37.28 131.8 174.17 -
System Red Green Blue C M Y K H S L
Decimal 102 3 44 0 0.97 0.57 0.6 335.15 0.94 0.21
Hex 66 3 2C 0 61 39 3C 14F 5E 15
Octal 146 3 54 0 141 71 74 517 136 25
Binary 1100110 11 101100 0 1100001 111001 111100 101001111 1011110 10101

Color Harmonies of #66032C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66032C

Black with #66032C

Text Example


Text Example

White with #66032C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66032C; }

 p { color: rgb(102,3,44); }

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

background-color css

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

 a { background-color: rgb(102,3,44); }

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

border-color css

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

 span { border-color: rgb(102,3,44); }

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