Html Css Color HEX #660E68 Palatinate Purple

📋 copy color: '#660E68'

red 102 ◦ green 14 ◦ blue 104

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

Shades of Palatinate Purple #660E68

Tints of Palatinate Purple #660E68

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.36%

 BLUE value IS 104 (41.02% from 255) = 47.27%

R = 46.36%
G = 6.36%
B = 47.27%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#660E68 (or 0x660E68) is known color: Palatinate Purple. HEX triplet: 66, 0E and 68. RGB value is (102,14,104). Sum of RGB (Red+Green+Blue) = 102+14+104=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 14 (5.86% from 255 or 6.36% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #660E68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660E68 is #99F197. Grayscale: #323232. Windows color (decimal): -10088856 or 6819430. OLE color: 6819430.

HSL color Cylindrical-coordinate representation of color #660E68: hue angle of 298.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660E68 is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 102 14 104 -
CMYK 0.02 0.87 0 0.59
HSL 298.67º 0.76% 0.23% -
HSV(B) 298.67º 0.87% 0.41% -
XYZ 8.14 4.14 13.47 -
YUV 50.57 158.15 164.68 -
System Red Green Blue C M Y K H S L
Decimal 102 14 104 0.02 0.87 0 0.59 298.67 0.76 0.23
Hex 66 E 68 2 57 0 3B 12B 4C 17
Octal 146 16 150 2 127 0 73 453 114 27
Binary 1100110 1110 1101000 10 1010111 0 111011 100101011 1001100 10111

Color Harmonies of #660E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660E68

Black with #660E68

Text Example


Text Example

White with #660E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,14,104); }

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

background-color css

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

 a { background-color: rgb(102,14,104); }

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

border-color css

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

 span { border-color: rgb(102,14,104); }

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