Html Css Color HEX #663959 Palatinate Purple

📋 copy color: '#663959'

red 102 ◦ green 57 ◦ blue 89

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

Shades of Palatinate Purple #663959

Tints of Palatinate Purple #663959

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.98%

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

R = 41.13%
G = 22.98%
B = 35.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#663959 (or 0x663959) is known color: Palatinate Purple. HEX triplet: 66, 39 and 59. RGB value is (102,57,89). Sum of RGB (Red+Green+Blue) = 102+57+89=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 89 (35.16% from 255 or 35.89% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #663959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663959 is #99C6A6. Grayscale: #4A4A4A. Windows color (decimal): -10077863 or 5847398. OLE color: 5847398.

HSL color Cylindrical-coordinate representation of color #663959: hue angle of 317.33º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #663959 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 57 89 -
CMYK 0 0.44 0.13 0.6
HSL 317.33º 0.28% 0.31% -
HSV(B) 317.33º 0.44% 0.4% -
XYZ 8.75 6.47 10.24 -
YUV 74.1 136.41 147.9 -
System Red Green Blue C M Y K H S L
Decimal 102 57 89 0 0.44 0.13 0.6 317.33 0.28 0.31
Hex 66 39 59 0 2C D 3C 13D 1C 1F
Octal 146 71 131 0 54 15 74 475 34 37
Binary 1100110 111001 1011001 0 101100 1101 111100 100111101 11100 11111

Color Harmonies of #663959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663959

Black with #663959

Text Example


Text Example

White with #663959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663959; }

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

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

background-color css

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

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

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

border-color css

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

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

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