Html Css Color HEX #662059 Palatinate Purple

📋 copy color: '#662059'

red 102 ◦ green 32 ◦ blue 89

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

Shades of Palatinate Purple #662059

Tints of Palatinate Purple #662059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 39.91%

R = 45.74%
G = 14.35%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#662059 (or 0x662059) is known color: Palatinate Purple. HEX triplet: 66, 20 and 59. RGB value is (102,32,89). Sum of RGB (Red+Green+Blue) = 102+32+89=223 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.74% from 223); Green value is 32 (12.89% from 255 or 14.35% from 223); Blue value is 89 (35.16% from 255 or 39.91% from 223); Max value from RGB is 102 - color contains mainly: red. Hex color #662059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #662059 is #99DFA6. Grayscale: #3B3B3B. Windows color (decimal): -10084263 or 5840998. OLE color: 5840998.

HSL color Cylindrical-coordinate representation of color #662059: hue angle of 311.14º 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 #662059 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 32 89 -
CMYK 0 0.69 0.13 0.6
HSL 311.14º 0.52% 0.26% -
HSV(B) 311.14º 0.69% 0.4% -
XYZ 7.8 4.58 9.92 -
YUV 59.43 144.69 158.37 -
System Red Green Blue C M Y K H S L
Decimal 102 32 89 0 0.69 0.13 0.6 311.14 0.52 0.26
Hex 66 20 59 0 45 D 3C 137 34 1A
Octal 146 40 131 0 105 15 74 467 64 32
Binary 1100110 100000 1011001 0 1000101 1101 111100 100110111 110100 11010

Color Harmonies of #662059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #662059

Black with #662059

Text Example


Text Example

White with #662059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #662059; }

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

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

background-color css

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

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

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

border-color css

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

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

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