#652856

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

Shades of Palatinate Purple #652856

Tints of Palatinate Purple #652856

Color information

#652856 (or 0x652856) is unknown color: approx Palatinate Purple. HEX triplet: 65, 28 and 56. RGB value is (101,40,86). Sum of RGB (Red+Green+Blue) = 101+40+86=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 40 (16.02% from 255 or 17.62% from 227); Blue value is 86 (33.98% from 255 or 37.89% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #652856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652856 is #9AD7A9. Grayscale: #3F3F3F. Windows color (decimal): -10147754 or 5646437. OLE color: 5646437.

HSL color Cylindrical-coordinate representation of color #652856: hue angle of 314.75º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #652856 is Cyan = 0, Magento = 0.60, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1014086-
CMYK00.600.150.60
HSL314.75º43.26%27.65%-
HSV(B)314.75º60.4%39.61%-
XYZ7.814.969.35-
YUV63.48140.71154.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 40 (16.02% from 255) = 17.62%
BLUE value IS 86 (33.98% from 255) = 37.89%
R=44.49%
G=17.62%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101408600.600.150.60314.7543.2627.65
Hex65285603CF3C13b2b1c
Octal1455012607417744735334
Binary110010110100010101100111100111111110010011101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652856; }

 p { color: rgb(101,40,86); }

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

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

 a { background-color: rgb(101,40,86); }

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

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

 span { border-color: rgb(101,40,86); }

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