Html Css Color HEX #660D48 Tyrian Purple

📋 copy color: '#660D48'

red 102 ◦ green 13 ◦ blue 72

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

Shades of Tyrian Purple #660D48

Tints of Tyrian Purple #660D48

RGB

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

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

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

R = 54.55%
G = 6.95%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.6

RGB Variations

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

Color information

#660D48 (or 0x660D48) is known color: Tyrian Purple. HEX triplet: 66, 0D and 48. RGB value is (102,13,72). Sum of RGB (Red+Green+Blue) = 102+13+72=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #660D48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660D48 is #99F2B7. Grayscale: #2E2E2E. Windows color (decimal): -10089144 or 4722022. OLE color: 4722022.

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

Color convert

RGB 102 13 72 -
CMYK 0 0.87 0.29 0.6
HSL 320.22º 0.77% 0.23% -
HSV(B) 320.22º 0.87% 0.4% -
XYZ 6.79 3.58 6.46 -
YUV 46.34 142.49 167.7 -
System Red Green Blue C M Y K H S L
Decimal 102 13 72 0 0.87 0.29 0.6 320.22 0.77 0.23
Hex 66 D 48 0 57 1D 3C 140 4D 17
Octal 146 15 110 0 127 35 74 500 115 27
Binary 1100110 1101 1001000 0 1010111 11101 111100 101000000 1001101 10111

Color Harmonies of #660D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D48

Black with #660D48

Text Example


Text Example

White with #660D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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