Html Css Color HEX #660D34 Tyrian Purple

📋 copy color: '#660D34'

red 102 ◦ green 13 ◦ blue 52

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

Shades of Tyrian Purple #660D34

Tints of Tyrian Purple #660D34

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.78%

 BLUE value IS 52 (20.7% from 255) = 31.14%

R = 61.08%
G = 7.78%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#660D34 (or 0x660D34) is known color: Tyrian Purple. HEX triplet: 66, 0D and 34. RGB value is (102,13,52). Sum of RGB (Red+Green+Blue) = 102+13+52=167 (22% of max value = 765). Red value is 102 (40.23% from 255 or 61.08% from 167); Green value is 13 (5.47% from 255 or 7.78% from 167); Blue value is 52 (20.70% from 255 or 31.14% from 167); Max value from RGB is 102 - color contains mainly: red. Hex color #660D34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D34 is #99F2CB. Grayscale: #2B2B2B. Windows color (decimal): -10089164 or 3411302. OLE color: 3411302.

HSL color Cylindrical-coordinate representation of color #660D34: hue angle of 333.71º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D34 is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 13 52 -
CMYK 0 0.87 0.49 0.6
HSL 333.71º 0.77% 0.23% -
HSV(B) 333.71º 0.87% 0.4% -
XYZ 6.24 3.36 3.57 -
YUV 44.06 132.49 169.33 -
System Red Green Blue C M Y K H S L
Decimal 102 13 52 0 0.87 0.49 0.6 333.71 0.77 0.23
Hex 66 D 34 0 57 31 3C 14E 4D 17
Octal 146 15 64 0 127 61 74 516 115 27
Binary 1100110 1101 110100 0 1010111 110001 111100 101001110 1001101 10111

Color Harmonies of #660D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D34

Black with #660D34

Text Example


Text Example

White with #660D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660D34; }

 p { color: rgb(102,13,52); }

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

background-color css

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

 a { background-color: rgb(102,13,52); }

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

border-color css

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

 span { border-color: rgb(102,13,52); }

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