Html Css Color HEX #660F48 Tyrian Purple

📋 copy color: '#660F48'

red 102 ◦ green 15 ◦ blue 72

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

Shades of Tyrian Purple #660F48

Tints of Tyrian Purple #660F48

RGB

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

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

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

R = 53.97%
G = 7.94%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#660F48 (or 0x660F48) is known color: Tyrian Purple. HEX triplet: 66, 0F and 48. RGB value is (102,15,72). Sum of RGB (Red+Green+Blue) = 102+15+72=189 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.97% from 189); Green value is 15 (6.25% from 255 or 7.94% from 189); Blue value is 72 (28.52% from 255 or 38.10% from 189); Max value from RGB is 102 - color contains mainly: red. Hex color #660F48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660F48 is #99F0B7. Grayscale: #2F2F2F. Windows color (decimal): -10088632 or 4722534. OLE color: 4722534.

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

Color convert

RGB 102 15 72 -
CMYK 0 0.85 0.29 0.6
HSL 320.69º 0.74% 0.23% -
HSV(B) 320.69º 0.85% 0.4% -
XYZ 6.82 3.63 6.47 -
YUV 47.51 141.82 166.87 -
System Red Green Blue C M Y K H S L
Decimal 102 15 72 0 0.85 0.29 0.6 320.69 0.74 0.23
Hex 66 F 48 0 55 1D 3C 141 4A 17
Octal 146 17 110 0 125 35 74 501 112 27
Binary 1100110 1111 1001000 0 1010101 11101 111100 101000001 1001010 10111

Color Harmonies of #660F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660F48

Black with #660F48

Text Example


Text Example

White with #660F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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