Html Css Color HEX #660D58 Palatinate Purple

📋 copy color: '#660D58'

red 102 ◦ green 13 ◦ blue 88

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

Shades of Palatinate Purple #660D58

Tints of Palatinate Purple #660D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 43.35%

R = 50.25%
G = 6.4%
B = 43.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#660D58 (or 0x660D58) is known color: Palatinate Purple. HEX triplet: 66, 0D and 58. RGB value is (102,13,88). Sum of RGB (Red+Green+Blue) = 102+13+88=203 (26% of max value = 765). Red value is 102 (40.23% from 255 or 50.25% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 102 - color contains mainly: red. Hex color #660D58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D58 is #99F2A7. Grayscale: #2F2F2F. Windows color (decimal): -10089128 or 5770598. OLE color: 5770598.

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

Color convert

RGB 102 13 88 -
CMYK 0 0.87 0.14 0.6
HSL 309.44º 0.77% 0.23% -
HSV(B) 309.44º 0.87% 0.4% -
XYZ 7.38 3.82 9.58 -
YUV 48.16 150.49 166.4 -
System Red Green Blue C M Y K H S L
Decimal 102 13 88 0 0.87 0.14 0.6 309.44 0.77 0.23
Hex 66 D 58 0 57 E 3C 135 4D 17
Octal 146 15 130 0 127 16 74 465 115 27
Binary 1100110 1101 1011000 0 1010111 1110 111100 100110101 1001101 10111

Color Harmonies of #660D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D58

Black with #660D58

Text Example


Text Example

White with #660D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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