Html Css Color HEX #662066 Palatinate Purple

📋 copy color: '#662066'

red 102 ◦ green 32 ◦ blue 102

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

Shades of Palatinate Purple #662066

Tints of Palatinate Purple #662066

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.56%

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

R = 43.22%
G = 13.56%
B = 43.22%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#662066 (or 0x662066) is known color: Palatinate Purple. HEX triplet: 66, 20 and 66. RGB value is (102,32,102). Sum of RGB (Red+Green+Blue) = 102+32+102=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 32 (12.89% from 255 or 13.56% from 236); Blue value is 102 (40.23% from 255 or 43.22% from 236); Max value from RGB is 102 - color contains mainly: red, blue. Hex color #662066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662066 is #99DF99. Grayscale: #3C3C3C. Windows color (decimal): -10084250 or 6692966. OLE color: 6692966.

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

Color convert

RGB 102 32 102 -
CMYK 0 0.69 0 0.6
HSL 300º 0.52% 0.26% -
HSV(B) 300º 0.69% 0.4% -
XYZ 8.39 4.82 13.06 -
YUV 60.91 151.19 157.31 -
System Red Green Blue C M Y K H S L
Decimal 102 32 102 0 0.69 0 0.6 300 0.52 0.26
Hex 66 20 66 0 45 0 3C 12C 34 1A
Octal 146 40 146 0 105 0 74 454 64 32
Binary 1100110 100000 1100110 0 1000101 0 111100 100101100 110100 11010

Color Harmonies of #662066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662066

Black with #662066

Text Example


Text Example

White with #662066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662066; }

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

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

background-color css

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

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

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

border-color css

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

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

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