#652156

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

Shades of Palatinate Purple #652156

Tints of Palatinate Purple #652156

Color information

#652156 (or 0x652156) is unknown color: approx Palatinate Purple. HEX triplet: 65, 21 and 56. RGB value is (101,33,86). Sum of RGB (Red+Green+Blue) = 101+33+86=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 33 (13.28% from 255 or 15% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #652156 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652156 is #9ADEA9. Grayscale: #3B3B3B. Windows color (decimal): -10149546 or 5644645. OLE color: 5644645.

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

Color convert

RGB1013386-
CMYK00.670.150.60
HSL313.24º50.75%26.27%-
HSV(B)313.24º67.33%39.61%-
XYZ7.594.539.28-
YUV59.37143.03157.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 33 (13.28% from 255) = 15%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=45.91%
G=15%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101338600.670.150.60313.2450.7526.27
Hex652156043F3C139331a
Octal14541126010317744716332
Binary1100101100001101011001000011111111110010011100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652156; }

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

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

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

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

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

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

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

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