#652057

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

Shades of Palatinate Purple #652057

Tints of Palatinate Purple #652057

Color information

#652057 (or 0x652057) is unknown color: approx Palatinate Purple. HEX triplet: 65, 20 and 57. RGB value is (101,32,87). Sum of RGB (Red+Green+Blue) = 101+32+87=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 32 (12.89% from 255 or 14.55% from 220); Blue value is 87 (34.38% from 255 or 39.55% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #652057 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652057 is #9ADFA8. Grayscale: #3A3A3A. Windows color (decimal): -10149801 or 5709925. OLE color: 5709925.

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

Color convert

RGB1013287-
CMYK00.680.140.60
HSL312.17º51.88%26.08%-
HSV(B)312.17º68.32%39.61%-
XYZ7.64.499.48-
YUV58.9143.86158.03-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 32 (12.89% from 255) = 14.55%
BLUE value IS 87 (34.38% from 255) = 39.55%
R=45.91%
G=14.55%
B=39.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101328700.680.140.60312.1751.8826.08
Hex652057044E3C138341a
Octal14540127010416744706432
Binary1100101100000101011101000100111011110010011100011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652057; }

 p { color: rgb(101,32,87); }

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

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

 a { background-color: rgb(101,32,87); }

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

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

 span { border-color: rgb(101,32,87); }

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