Html Css Color HEX #66022D Tyrian Purple

📋 copy color: '#66022D'

red 102 ◦ green 2 ◦ blue 45

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

Shades of Tyrian Purple #66022D

Tints of Tyrian Purple #66022D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.34%

 BLUE value IS 45 (17.97% from 255) = 30.2%

R = 68.46%
G = 1.34%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.6

RGB Variations

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

Color information

#66022D (or 0x66022D) is known color: Tyrian Purple. HEX triplet: 66, 02 and 2D. RGB value is (102,2,45). Sum of RGB (Red+Green+Blue) = 102+2+45=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 45 (17.97% from 255 or 30.20% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66022D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66022D is #99FDD2. Grayscale: #242424. Windows color (decimal): -10091987 or 2949734. OLE color: 2949734.

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

Color convert

RGB 102 2 45 -
CMYK 0 0.98 0.56 0.6
HSL 334.2º 0.96% 0.2% -
HSV(B) 334.2º 0.98% 0.4% -
XYZ 5.97 3.06 2.76 -
YUV 36.8 132.63 174.5 -
System Red Green Blue C M Y K H S L
Decimal 102 2 45 0 0.98 0.56 0.6 334.2 0.96 0.2
Hex 66 2 2D 0 62 38 3C 14E 60 14
Octal 146 2 55 0 142 70 74 516 140 24
Binary 1100110 10 101101 0 1100010 111000 111100 101001110 1100000 10100

Color Harmonies of #66022D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66022D

Black with #66022D

Text Example


Text Example

White with #66022D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66022D; }

 p { color: rgb(102,2,45); }

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

background-color css

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

 a { background-color: rgb(102,2,45); }

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

border-color css

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

 span { border-color: rgb(102,2,45); }

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