Html Css Color HEX #66012C Tyrian Purple

📋 copy color: '#66012C'

red 102 ◦ green 1 ◦ blue 44

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

Shades of Tyrian Purple #66012C

Tints of Tyrian Purple #66012C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 69.39%
G = 0.68%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.6

RGB Variations

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

Color information

#66012C (or 0x66012C) is known color: Tyrian Purple. HEX triplet: 66, 01 and 2C. RGB value is (102,1,44). Sum of RGB (Red+Green+Blue) = 102+1+44=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 44 (17.58% from 255 or 29.93% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #66012C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66012C is #99FED3. Grayscale: #242424. Windows color (decimal): -10092244 or 2883942. OLE color: 2883942.

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

Color convert

RGB 102 1 44 -
CMYK 0 0.99 0.57 0.6
HSL 334.46º 0.98% 0.2% -
HSV(B) 334.46º 0.99% 0.4% -
XYZ 5.94 3.03 2.65 -
YUV 36.1 132.46 175 -
System Red Green Blue C M Y K H S L
Decimal 102 1 44 0 0.99 0.57 0.6 334.46 0.98 0.2
Hex 66 1 2C 0 63 39 3C 14E 62 14
Octal 146 1 54 0 143 71 74 516 142 24
Binary 1100110 1 101100 0 1100011 111001 111100 101001110 1100010 10100

Color Harmonies of #66012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66012C

Black with #66012C

Text Example


Text Example

White with #66012C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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