Html Css Color HEX #661066 Palatinate Purple

📋 copy color: '#661066'

red 102 ◦ green 16 ◦ blue 102

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

Shades of Palatinate Purple #661066

Tints of Palatinate Purple #661066

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.27%

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

R = 46.36%
G = 7.27%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#661066 (or 0x661066) is known color: Palatinate Purple. HEX triplet: 66, 10 and 66. RGB value is (102,16,102). Sum of RGB (Red+Green+Blue) = 102+16+102=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 102 (40.23% from 255 or 46.36% from 220); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #661066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661066 is #99EF99. Grayscale: #333333. Windows color (decimal): -10088346 or 6688870. OLE color: 6688870.

HSL color Cylindrical-coordinate representation of color #661066: hue angle of 300º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661066 is Cyan = 0, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 16 102 -
CMYK 0 0.84 0 0.6
HSL 300º 0.73% 0.23% -
HSV(B) 300º 0.84% 0.4% -
XYZ 8.06 4.15 12.95 -
YUV 51.52 156.49 164.01 -
System Red Green Blue C M Y K H S L
Decimal 102 16 102 0 0.84 0 0.6 300 0.73 0.23
Hex 66 10 66 0 54 0 3C 12C 49 17
Octal 146 20 146 0 124 0 74 454 111 27
Binary 1100110 10000 1100110 0 1010100 0 111100 100101100 1001001 10111

Color Harmonies of #661066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #661066

Black with #661066

Text Example


Text Example

White with #661066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #661066; }

 p { color: rgb(102,16,102); }

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

background-color css

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

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

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

border-color css

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

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

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