Html Css Color HEX #663560 Palatinate Purple

📋 copy color: '#663560'

red 102 ◦ green 53 ◦ blue 96

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

Shades of Palatinate Purple #663560

Tints of Palatinate Purple #663560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.12%

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

R = 40.64%
G = 21.12%
B = 38.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.06

 K value IS 0.6

RGB Variations

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

Color information

#663560 (or 0x663560) is known color: Palatinate Purple. HEX triplet: 66, 35 and 60. RGB value is (102,53,96). Sum of RGB (Red+Green+Blue) = 102+53+96=251 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.64% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 96 (37.89% from 255 or 38.25% from 251); Max value from RGB is 102 - color contains mainly: red. Hex color #663560 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #663560 is #99CA9F. Grayscale: #484848. Windows color (decimal): -10078880 or 6305126. OLE color: 6305126.

HSL color Cylindrical-coordinate representation of color #663560: hue angle of 307.35º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #663560 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 53 96 -
CMYK 0 0.48 0.06 0.6
HSL 307.35º 0.32% 0.3% -
HSV(B) 307.35º 0.48% 0.4% -
XYZ 8.86 6.22 11.8 -
YUV 72.55 141.23 149 -
System Red Green Blue C M Y K H S L
Decimal 102 53 96 0 0.48 0.06 0.6 307.35 0.32 0.3
Hex 66 35 60 0 30 6 3C 133 20 1E
Octal 146 65 140 0 60 6 74 463 40 36
Binary 1100110 110101 1100000 0 110000 110 111100 100110011 100000 11110

Color Harmonies of #663560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #663560

Black with #663560

Text Example


Text Example

White with #663560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #663560; }

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

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

background-color css

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

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

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

border-color css

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

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

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