#650560

Color #650560 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #650560

Tints of Palatinate Purple #650560

Color information

#650560 (or 0x650560) is unknown color: approx Palatinate Purple. HEX triplet: 65, 05 and 60. RGB value is (101,5,96). Sum of RGB (Red+Green+Blue) = 101+5+96=202 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 101 - color contains mainly: red. Hex color #650560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #650560 is #9AFA9F. Grayscale: #2B2B2B. Windows color (decimal): -10156704 or 6292837. OLE color: 6292837.

HSL color Cylindrical-coordinate representation of color #650560: hue angle of 303.12º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #650560 is Cyan = 0, Magento = 0.95, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB101596-
CMYK00.950.050.60
HSL303.12º90.57%20.78%-
HSV(B)303.12º95.05%39.61%-
XYZ7.533.7211.39-
YUV44.08157.3168.6-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 2.48%
BLUE value IS 96 (37.89% from 255) = 47.52%
R=50%
G=2.48%
B=47.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10159600.950.050.60303.1290.5720.78
Hex6556005F53C12f5b15
Octal1455140013757445713325
Binary1100101101110000001011111101111100100101111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #650560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #650560; }

 p { color: rgb(101,5,96); }

 H1.HeaderClassName
 {
   color: #650560;
 }
 .AnyTagClassName
 {
   color: #650560;
 }
</style>
background-color css

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

 a { background-color: rgb(101,5,96); }

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

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

 span { border-color: rgb(101,5,96); }

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