#652F56

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

Shades of Palatinate Purple #652F56

Tints of Palatinate Purple #652F56

Color information

#652F56 (or 0x652F56) is unknown color: approx Palatinate Purple. HEX triplet: 65, 2F and 56. RGB value is (101,47,86). Sum of RGB (Red+Green+Blue) = 101+47+86=234 (30% of max value = 765). Red value is 101 (39.84% from 255 or 43.16% from 234); Green value is 47 (18.75% from 255 or 20.09% from 234); Blue value is 86 (33.98% from 255 or 36.75% from 234); Max value from RGB is 101 - color contains mainly: red. Hex color #652F56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652F56 is #9AD0A9. Grayscale: #434343. Windows color (decimal): -10145962 or 5648229. OLE color: 5648229.

HSL color Cylindrical-coordinate representation of color #652F56: hue angle of 316.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #652F56 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.60.

Color convert

RGB1014786-
CMYK00.530.150.60
HSL316.67º36.49%29.02%-
HSV(B)316.67º53.47%39.61%-
XYZ8.065.479.44-
YUV67.59138.39151.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 43.16%
GREEN value IS 47 (18.75% from 255) = 20.09%
BLUE value IS 86 (33.98% from 255) = 36.75%
R=43.16%
G=20.09%
B=36.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101478600.530.150.60316.6736.4929.02
Hex652F56035F3C13d241d
Octal1455712606517744754435
Binary110010110111110101100110101111111110010011110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652F56; }

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

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

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

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

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

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

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

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