Html Css Color HEX #660D5D Palatinate Purple

📋 copy color: '#660D5D'

red 102 ◦ green 13 ◦ blue 93

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

Shades of Palatinate Purple #660D5D

Tints of Palatinate Purple #660D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.71%

R = 49.04%
G = 6.25%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#660D5D (or 0x660D5D) is known color: Palatinate Purple. HEX triplet: 66, 0D and 5D. RGB value is (102,13,93). Sum of RGB (Red+Green+Blue) = 102+13+93=208 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.04% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 102 - color contains mainly: red. Hex color #660D5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D5D is #99F2A2. Grayscale: #303030. Windows color (decimal): -10089123 or 6098278. OLE color: 6098278.

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

Color convert

RGB 102 13 93 -
CMYK 0 0.87 0.09 0.6
HSL 306.07º 0.77% 0.23% -
HSV(B) 306.07º 0.87% 0.4% -
XYZ 7.6 3.9 10.71 -
YUV 48.73 152.99 166 -
System Red Green Blue C M Y K H S L
Decimal 102 13 93 0 0.87 0.09 0.6 306.07 0.77 0.23
Hex 66 D 5D 0 57 9 3C 132 4D 17
Octal 146 15 135 0 127 11 74 462 115 27
Binary 1100110 1101 1011101 0 1010111 1001 111100 100110010 1001101 10111

Color Harmonies of #660D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D5D

Black with #660D5D

Text Example


Text Example

White with #660D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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