Html Css Color HEX #660F49 Tyrian Purple

📋 copy color: '#660F49'

red 102 ◦ green 15 ◦ blue 73

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

Shades of Tyrian Purple #660F49

Tints of Tyrian Purple #660F49

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.89%

 BLUE value IS 73 (28.91% from 255) = 38.42%

R = 53.68%
G = 7.89%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#660F49 (or 0x660F49) is known color: Tyrian Purple. HEX triplet: 66, 0F and 49. RGB value is (102,15,73). Sum of RGB (Red+Green+Blue) = 102+15+73=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 73 (28.91% from 255 or 38.42% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #660F49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F49 is #99F0B6. Grayscale: #2F2F2F. Windows color (decimal): -10088631 or 4788070. OLE color: 4788070.

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

Color convert

RGB 102 15 73 -
CMYK 0 0.85 0.28 0.6
HSL 320º 0.74% 0.23% -
HSV(B) 320º 0.85% 0.4% -
XYZ 6.85 3.65 6.65 -
YUV 47.63 142.32 166.78 -
System Red Green Blue C M Y K H S L
Decimal 102 15 73 0 0.85 0.28 0.6 320 0.74 0.23
Hex 66 F 49 0 55 1C 3C 140 4A 17
Octal 146 17 111 0 125 34 74 500 112 27
Binary 1100110 1111 1001001 0 1010101 11100 111100 101000000 1001010 10111

Color Harmonies of #660F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F49

Black with #660F49

Text Example


Text Example

White with #660F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,15,73); }

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

background-color css

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

 a { background-color: rgb(102,15,73); }

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

border-color css

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

 span { border-color: rgb(102,15,73); }

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