#652052

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

Shades of Palatinate Purple #652052

Tints of Palatinate Purple #652052

Color information

#652052 (or 0x652052) is unknown color: approx Palatinate Purple. HEX triplet: 65, 20 and 52. RGB value is (101,32,82). Sum of RGB (Red+Green+Blue) = 101+32+82=215 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.98% from 215); Green value is 32 (12.89% from 255 or 14.88% from 215); Blue value is 82 (32.42% from 255 or 38.14% from 215); Max value from RGB is 101 - color contains mainly: red. Hex color #652052 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652052 is #9ADFAD. Grayscale: #3A3A3A. Windows color (decimal): -10149806 or 5382245. OLE color: 5382245.

HSL color Cylindrical-coordinate representation of color #652052: hue angle of 316.52º 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 #652052 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB1013282-
CMYK00.680.190.60
HSL316.52º51.88%26.08%-
HSV(B)316.52º68.32%39.61%-
XYZ7.414.418.44-
YUV58.33141.36158.43-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.98%
GREEN value IS 32 (12.89% from 255) = 14.88%
BLUE value IS 82 (32.42% from 255) = 38.14%
R=46.98%
G=14.88%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101328200.680.190.60316.5251.8826.08
Hex652052044133C13d341a
Octal14540122010423744756432
Binary11001011000001010010010001001001111110010011110111010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652052; }

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

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

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

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

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

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

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

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