Html Css Color HEX #660E46 Tyrian Purple

📋 copy color: '#660E46'

red 102 ◦ green 14 ◦ blue 70

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

Shades of Tyrian Purple #660E46

Tints of Tyrian Purple #660E46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 37.63%

R = 54.84%
G = 7.53%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.31

 K value IS 0.6

RGB Variations

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

Color information

#660E46 (or 0x660E46) is known color: Tyrian Purple. HEX triplet: 66, 0E and 46. RGB value is (102,14,70). Sum of RGB (Red+Green+Blue) = 102+14+70=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 14 (5.86% from 255 or 7.53% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #660E46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660E46 is #99F1B9. Grayscale: #2E2E2E. Windows color (decimal): -10088890 or 4591206. OLE color: 4591206.

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

Color convert

RGB 102 14 70 -
CMYK 0 0.86 0.31 0.6
HSL 321.82º 0.76% 0.23% -
HSV(B) 321.82º 0.86% 0.4% -
XYZ 6.74 3.58 6.13 -
YUV 46.7 141.15 167.45 -
System Red Green Blue C M Y K H S L
Decimal 102 14 70 0 0.86 0.31 0.6 321.82 0.76 0.23
Hex 66 E 46 0 56 1F 3C 142 4C 17
Octal 146 16 106 0 126 37 74 502 114 27
Binary 1100110 1110 1000110 0 1010110 11111 111100 101000010 1001100 10111

Color Harmonies of #660E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660E46

Black with #660E46

Text Example


Text Example

White with #660E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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