Html Css Color HEX #66022B Tyrian Purple

📋 copy color: '#66022B'

red 102 ◦ green 2 ◦ blue 43

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

Shades of Tyrian Purple #66022B

Tints of Tyrian Purple #66022B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 29.25%

R = 69.39%
G = 1.36%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.6

RGB Variations

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

Color information

#66022B (or 0x66022B) is known color: Tyrian Purple. HEX triplet: 66, 02 and 2B. RGB value is (102,2,43). Sum of RGB (Red+Green+Blue) = 102+2+43=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 43 (17.19% from 255 or 29.25% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #66022B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66022B is #99FDD4. Grayscale: #242424. Windows color (decimal): -10091989 or 2818662. OLE color: 2818662.

HSL color Cylindrical-coordinate representation of color #66022B: hue angle of 335.4º 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 #66022B is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 2 43 -
CMYK 0 0.98 0.58 0.6
HSL 335.4º 0.96% 0.2% -
HSV(B) 335.4º 0.98% 0.4% -
XYZ 5.94 3.04 2.56 -
YUV 36.57 131.63 174.67 -
System Red Green Blue C M Y K H S L
Decimal 102 2 43 0 0.98 0.58 0.6 335.4 0.96 0.2
Hex 66 2 2B 0 62 3A 3C 14F 60 14
Octal 146 2 53 0 142 72 74 517 140 24
Binary 1100110 10 101011 0 1100010 111010 111100 101001111 1100000 10100

Color Harmonies of #66022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66022B

Black with #66022B

Text Example


Text Example

White with #66022B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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