Html Css Color HEX #660D68 Palatinate Purple

📋 copy color: '#660D68'

red 102 ◦ green 13 ◦ blue 104

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

Shades of Palatinate Purple #660D68

Tints of Palatinate Purple #660D68

RGB

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

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

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

R = 46.58%
G = 5.94%
B = 47.49%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#660D68 (or 0x660D68) is known color: Palatinate Purple. HEX triplet: 66, 0D and 68. RGB value is (102,13,104). Sum of RGB (Red+Green+Blue) = 102+13+104=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #660D68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D68 is #99F297. Grayscale: #313131. Windows color (decimal): -10089112 or 6819174. OLE color: 6819174.

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

Color convert

RGB 102 13 104 -
CMYK 0.02 0.88 0 0.59
HSL 298.68º 0.78% 0.23% -
HSV(B) 298.68º 0.88% 0.41% -
XYZ 8.12 4.11 13.46 -
YUV 49.99 158.49 165.1 -
System Red Green Blue C M Y K H S L
Decimal 102 13 104 0.02 0.88 0 0.59 298.68 0.78 0.23
Hex 66 D 68 2 58 0 3B 12B 4E 17
Octal 146 15 150 2 130 0 73 453 116 27
Binary 1100110 1101 1101000 10 1011000 0 111011 100101011 1001110 10111

Color Harmonies of #660D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660D68

Black with #660D68

Text Example


Text Example

White with #660D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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