#651060

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

Shades of Palatinate Purple #651060

Tints of Palatinate Purple #651060

Color information

#651060 (or 0x651060) is unknown color: approx Palatinate Purple. HEX triplet: 65, 10 and 60. RGB value is (101,16,96). Sum of RGB (Red+Green+Blue) = 101+16+96=213 (28% of max value = 765). Red value is 101 (39.84% from 255 or 47.42% from 213); Green value is 16 (6.64% from 255 or 7.51% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 101 - color contains mainly: red. Hex color #651060 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #651060 is #9AEF9F. Grayscale: #323232. Windows color (decimal): -10153888 or 6295653. OLE color: 6295653.

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

Color convert

RGB1011696-
CMYK00.840.050.60
HSL303.53º72.65%22.94%-
HSV(B)303.53º84.16%39.61%-
XYZ7.663.9811.43-
YUV50.54153.66164-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 47.42%
GREEN value IS 16 (6.64% from 255) = 7.51%
BLUE value IS 96 (37.89% from 255) = 45.07%
R=47.42%
G=7.51%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101169600.840.050.60303.5372.6522.94
Hex65106005453C1304917
Octal14520140012457446011127
Binary110010110000110000001010100101111100100110000100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #651060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #651060; }

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

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

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

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

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

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

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

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