Html Css Color HEX #663960 Palatinate Purple

📋 copy color: '#663960'

red 102 ◦ green 57 ◦ blue 96

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

Shades of Palatinate Purple #663960

Tints of Palatinate Purple #663960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 40%
G = 22.35%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#663960 (or 0x663960) is known color: Palatinate Purple. HEX triplet: 66, 39 and 60. RGB value is (102,57,96). Sum of RGB (Red+Green+Blue) = 102+57+96=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 57 (22.66% from 255 or 22.35% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 102 - color contains mainly: red. Hex color #663960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663960 is #99C69F. Grayscale: #4A4A4A. Windows color (decimal): -10077856 or 6306150. OLE color: 6306150.

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

Color convert

RGB 102 57 96 -
CMYK 0 0.44 0.06 0.6
HSL 308º 0.28% 0.31% -
HSV(B) 308º 0.44% 0.4% -
XYZ 9.05 6.6 11.86 -
YUV 74.9 139.91 147.33 -
System Red Green Blue C M Y K H S L
Decimal 102 57 96 0 0.44 0.06 0.6 308 0.28 0.31
Hex 66 39 60 0 2C 6 3C 134 1C 1F
Octal 146 71 140 0 54 6 74 464 34 37
Binary 1100110 111001 1100000 0 101100 110 111100 100110100 11100 11111

Color Harmonies of #663960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663960

Black with #663960

Text Example


Text Example

White with #663960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663960; }

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

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

background-color css

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

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

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

border-color css

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

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

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