Html Css Color HEX #660D31 Tyrian Purple

📋 copy color: '#660D31'

red 102 ◦ green 13 ◦ blue 49

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

Shades of Tyrian Purple #660D31

Tints of Tyrian Purple #660D31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.88%

R = 62.2%
G = 7.93%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.52

 K value IS 0.6

RGB Variations

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

Color information

#660D31 (or 0x660D31) is known color: Tyrian Purple. HEX triplet: 66, 0D and 31. RGB value is (102,13,49). Sum of RGB (Red+Green+Blue) = 102+13+49=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 13 (5.47% from 255 or 7.93% from 164); Blue value is 49 (19.53% from 255 or 29.88% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #660D31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D31 is #99F2CE. Grayscale: #2B2B2B. Windows color (decimal): -10089167 or 3214694. OLE color: 3214694.

HSL color Cylindrical-coordinate representation of color #660D31: hue angle of 335.73º 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 #660D31 is Cyan = 0, Magento = 0.87, Yellow = 0.52 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 13 49 -
CMYK 0 0.87 0.52 0.6
HSL 335.73º 0.77% 0.23% -
HSV(B) 335.73º 0.87% 0.4% -
XYZ 6.18 3.33 3.22 -
YUV 43.72 130.99 169.57 -
System Red Green Blue C M Y K H S L
Decimal 102 13 49 0 0.87 0.52 0.6 335.73 0.77 0.23
Hex 66 D 31 0 57 34 3C 150 4D 17
Octal 146 15 61 0 127 64 74 520 115 27
Binary 1100110 1101 110001 0 1010111 110100 111100 101010000 1001101 10111

Color Harmonies of #660D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D31

Black with #660D31

Text Example


Text Example

White with #660D31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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