Html Css Color HEX #660E48 Tyrian Purple

📋 copy color: '#660E48'

red 102 ◦ green 14 ◦ blue 72

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

Shades of Tyrian Purple #660E48

Tints of Tyrian Purple #660E48

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.45%

 BLUE value IS 72 (28.52% from 255) = 38.3%

R = 54.26%
G = 7.45%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#660E48 (or 0x660E48) is known color: Tyrian Purple. HEX triplet: 66, 0E and 48. RGB value is (102,14,72). Sum of RGB (Red+Green+Blue) = 102+14+72=188 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.26% from 188); Green value is 14 (5.86% from 255 or 7.45% from 188); Blue value is 72 (28.52% from 255 or 38.30% from 188); Max value from RGB is 102 - color contains mainly: red. Hex color #660E48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660E48 is #99F1B7. Grayscale: #2E2E2E. Windows color (decimal): -10088888 or 4722278. OLE color: 4722278.

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

Color convert

RGB 102 14 72 -
CMYK 0 0.86 0.29 0.6
HSL 320.45º 0.76% 0.23% -
HSV(B) 320.45º 0.86% 0.4% -
XYZ 6.81 3.61 6.47 -
YUV 46.92 142.15 167.28 -
System Red Green Blue C M Y K H S L
Decimal 102 14 72 0 0.86 0.29 0.6 320.45 0.76 0.23
Hex 66 E 48 0 56 1D 3C 140 4C 17
Octal 146 16 110 0 126 35 74 500 114 27
Binary 1100110 1110 1001000 0 1010110 11101 111100 101000000 1001100 10111

Color Harmonies of #660E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660E48

Black with #660E48

Text Example


Text Example

White with #660E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,14,72); }

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

background-color css

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

 a { background-color: rgb(102,14,72); }

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

border-color css

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

 span { border-color: rgb(102,14,72); }

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