Html Css Color HEX #66022A Tyrian Purple

📋 copy color: '#66022A'

red 102 ◦ green 2 ◦ blue 42

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

Shades of Tyrian Purple #66022A

Tints of Tyrian Purple #66022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 28.77%

R = 69.86%
G = 1.37%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.6

RGB Variations

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

Color information

#66022A (or 0x66022A) is known color: Tyrian Purple. HEX triplet: 66, 02 and 2A. RGB value is (102,2,42). Sum of RGB (Red+Green+Blue) = 102+2+42=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 2 (1.17% from 255 or 1.37% from 146); Blue value is 42 (16.80% from 255 or 28.77% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #66022A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66022A is #99FDD5. Grayscale: #242424. Windows color (decimal): -10091990 or 2753126. OLE color: 2753126.

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

Color convert

RGB 102 2 42 -
CMYK 0 0.98 0.59 0.6
HSL 336º 0.96% 0.2% -
HSV(B) 336º 0.98% 0.4% -
XYZ 5.92 3.04 2.46 -
YUV 36.46 131.13 174.75 -
System Red Green Blue C M Y K H S L
Decimal 102 2 42 0 0.98 0.59 0.6 336 0.96 0.2
Hex 66 2 2A 0 62 3B 3C 150 60 14
Octal 146 2 52 0 142 73 74 520 140 24
Binary 1100110 10 101010 0 1100010 111011 111100 101010000 1100000 10100

Color Harmonies of #66022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66022A

Black with #66022A

Text Example


Text Example

White with #66022A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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