#651860

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

Shades of Palatinate Purple #651860

Tints of Palatinate Purple #651860

Color information

#651860 (or 0x651860) is unknown color: approx Palatinate Purple. HEX triplet: 65, 18 and 60. RGB value is (101,24,96). Sum of RGB (Red+Green+Blue) = 101+24+96=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 96 (37.89% from 255 or 43.44% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #651860 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651860 is #9AE79F. Grayscale: #373737. Windows color (decimal): -10151840 or 6297701. OLE color: 6297701.

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

Color convert

RGB1012496-
CMYK00.760.050.60
HSL303.9º61.6%24.51%-
HSV(B)303.9º76.24%39.61%-
XYZ7.84.2611.48-
YUV55.23151.01160.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.70%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 96 (37.89% from 255) = 43.44%
R=45.70%
G=10.86%
B=43.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101249600.760.050.60303.961.624.51
Hex65186004C53C1303e19
Octal1453014001145744607631
Binary11001011100011000000100110010111110010011000011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651860; }

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

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

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

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

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

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

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

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