Html Css Color HEX #660B68 Palatinate Purple

📋 copy color: '#660B68'

red 102 ◦ green 11 ◦ blue 104

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

Shades of Palatinate Purple #660B68

Tints of Palatinate Purple #660B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.07%

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

R = 47%
G = 5.07%
B = 47.93%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#660B68 (or 0x660B68) is known color: Palatinate Purple. HEX triplet: 66, 0B and 68. RGB value is (102,11,104). Sum of RGB (Red+Green+Blue) = 102+11+104=217 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.00% from 217); Green value is 11 (4.69% from 255 or 5.07% from 217); Blue value is 104 (41.02% from 255 or 47.93% from 217); Max value from RGB is 104 - color contains mainly: blue. Hex color #660B68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660B68 is #99F497. Grayscale: #303030. Windows color (decimal): -10089624 or 6818662. OLE color: 6818662.

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

Color convert

RGB 102 11 104 -
CMYK 0.02 0.89 0 0.59
HSL 298.71º 0.81% 0.23% -
HSV(B) 298.71º 0.89% 0.41% -
XYZ 8.1 4.06 13.45 -
YUV 48.81 159.15 165.94 -
System Red Green Blue C M Y K H S L
Decimal 102 11 104 0.02 0.89 0 0.59 298.71 0.81 0.23
Hex 66 B 68 2 59 0 3B 12B 51 17
Octal 146 13 150 2 131 0 73 453 121 27
Binary 1100110 1011 1101000 10 1011001 0 111011 100101011 1010001 10111

Color Harmonies of #660B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660B68

Black with #660B68

Text Example


Text Example

White with #660B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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