Html Css Color HEX #660229 Tyrian Purple

📋 copy color: '#660229'

red 102 ◦ green 2 ◦ blue 41

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

Shades of Tyrian Purple #660229

Tints of Tyrian Purple #660229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 28.28%

R = 70.34%
G = 1.38%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#660229 (or 0x660229) is known color: Tyrian Purple. HEX triplet: 66, 02 and 29. RGB value is (102,2,41). Sum of RGB (Red+Green+Blue) = 102+2+41=145 (19% of max value = 765). Red value is 102 (40.23% from 255 or 70.34% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 41 (16.41% from 255 or 28.28% from 145); Max value from RGB is 102 - color contains mainly: red. Hex color #660229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660229 is #99FDD6. Grayscale: #242424. Windows color (decimal): -10091991 or 2687590. OLE color: 2687590.

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

Color convert

RGB 102 2 41 -
CMYK 0 0.98 0.60 0.6
HSL 336.6º 0.96% 0.2% -
HSV(B) 336.6º 0.98% 0.4% -
XYZ 5.9 3.03 2.37 -
YUV 36.35 130.63 174.83 -
System Red Green Blue C M Y K H S L
Decimal 102 2 41 0 0.98 0.60 0.6 336.6 0.96 0.2
Hex 66 2 29 0 62 3C 3C 151 60 14
Octal 146 2 51 0 142 74 74 521 140 24
Binary 1100110 10 101001 0 1100010 111100 111100 101010001 1100000 10100

Color Harmonies of #660229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660229

Black with #660229

Text Example


Text Example

White with #660229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660229; }

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

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

background-color css

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

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

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

border-color css

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

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

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