Html Css Color HEX #663B59 Palatinate Purple

📋 copy color: '#663B59'

red 102 ◦ green 59 ◦ blue 89

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

Shades of Palatinate Purple #663B59

Tints of Palatinate Purple #663B59

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.6%

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

R = 40.8%
G = 23.6%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.13

 K value IS 0.6

RGB Variations

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

Color information

#663B59 (or 0x663B59) is known color: Palatinate Purple. HEX triplet: 66, 3B and 59. RGB value is (102,59,89). Sum of RGB (Red+Green+Blue) = 102+59+89=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 89 (35.16% from 255 or 35.6% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #663B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663B59 is #99C4A6. Grayscale: #4B4B4B. Windows color (decimal): -10077351 or 5847910. OLE color: 5847910.

HSL color Cylindrical-coordinate representation of color #663B59: hue angle of 318.14º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #663B59 is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 59 89 -
CMYK 0 0.42 0.13 0.6
HSL 318.14º 0.27% 0.32% -
HSV(B) 318.14º 0.42% 0.4% -
XYZ 8.85 6.67 10.27 -
YUV 75.28 135.75 147.06 -
System Red Green Blue C M Y K H S L
Decimal 102 59 89 0 0.42 0.13 0.6 318.14 0.27 0.32
Hex 66 3B 59 0 2A D 3C 13E 1B 20
Octal 146 73 131 0 52 15 74 476 33 40
Binary 1100110 111011 1011001 0 101010 1101 111100 100111110 11011 100000

Color Harmonies of #663B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663B59

Black with #663B59

Text Example


Text Example

White with #663B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663B59; }

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

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

background-color css

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

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

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

border-color css

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

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

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