Html Css Color HEX #660429 Tyrian Purple

📋 copy color: '#660429'

red 102 ◦ green 4 ◦ blue 41

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

Shades of Tyrian Purple #660429

Tints of Tyrian Purple #660429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.72%

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

R = 69.39%
G = 2.72%
B = 27.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#660429 (or 0x660429) is known color: Tyrian Purple. HEX triplet: 66, 04 and 29. RGB value is (102,4,41). Sum of RGB (Red+Green+Blue) = 102+4+41=147 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.39% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 41 (16.41% from 255 or 27.89% from 147); Max value from RGB is 102 - color contains mainly: red. Hex color #660429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660429 is #99FBD6. Grayscale: #252525. Windows color (decimal): -10091479 or 2688102. OLE color: 2688102.

HSL color Cylindrical-coordinate representation of color #660429: hue angle of 337.35º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660429 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 4 41 -
CMYK 0 0.96 0.60 0.6
HSL 337.35º 0.92% 0.21% -
HSV(B) 337.35º 0.96% 0.4% -
XYZ 5.92 3.07 2.38 -
YUV 37.52 129.97 173.99 -
System Red Green Blue C M Y K H S L
Decimal 102 4 41 0 0.96 0.60 0.6 337.35 0.92 0.21
Hex 66 4 29 0 60 3C 3C 151 5C 15
Octal 146 4 51 0 140 74 74 521 134 25
Binary 1100110 100 101001 0 1100000 111100 111100 101010001 1011100 10101

Color Harmonies of #660429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660429

Black with #660429

Text Example


Text Example

White with #660429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660429; }

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

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

background-color css

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

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

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

border-color css

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

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

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