Html Css Color HEX #660329 Tyrian Purple

📋 copy color: '#660329'

red 102 ◦ green 3 ◦ blue 41

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

Shades of Tyrian Purple #660329

Tints of Tyrian Purple #660329

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.05%

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

R = 69.86%
G = 2.05%
B = 28.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.60

 K value IS 0.6

RGB Variations

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

Color information

#660329 (or 0x660329) is known color: Tyrian Purple. HEX triplet: 66, 03 and 29. RGB value is (102,3,41). Sum of RGB (Red+Green+Blue) = 102+3+41=146 (19% of max value = 765). Red value is 102 (40.23% from 255 or 69.86% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 41 (16.41% from 255 or 28.08% from 146); Max value from RGB is 102 - color contains mainly: red. Hex color #660329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660329 is #99FCD6. Grayscale: #242424. Windows color (decimal): -10091735 or 2687846. OLE color: 2687846.

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

Color convert

RGB 102 3 41 -
CMYK 0 0.97 0.60 0.6
HSL 336.97º 0.94% 0.21% -
HSV(B) 336.97º 0.97% 0.4% -
XYZ 5.91 3.05 2.37 -
YUV 36.93 130.3 174.41 -
System Red Green Blue C M Y K H S L
Decimal 102 3 41 0 0.97 0.60 0.6 336.97 0.94 0.21
Hex 66 3 29 0 61 3C 3C 151 5E 15
Octal 146 3 51 0 141 74 74 521 136 25
Binary 1100110 11 101001 0 1100001 111100 111100 101010001 1011110 10101

Color Harmonies of #660329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660329

Black with #660329

Text Example


Text Example

White with #660329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660329; }

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

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

background-color css

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

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

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

border-color css

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

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

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