#652552

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

Shades of Palatinate Purple #652552

Tints of Palatinate Purple #652552

Color information

#652552 (or 0x652552) is unknown color: approx Palatinate Purple. HEX triplet: 65, 25 and 52. RGB value is (101,37,82). Sum of RGB (Red+Green+Blue) = 101+37+82=220 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.91% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 82 (32.42% from 255 or 37.27% from 220); Max value from RGB is 101 - color contains mainly: red. Hex color #652552 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652552 is #9ADAAD. Grayscale: #3D3D3D. Windows color (decimal): -10148526 or 5383525. OLE color: 5383525.

HSL color Cylindrical-coordinate representation of color #652552: hue angle of 317.81º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #652552 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB1013782-
CMYK00.630.190.60
HSL317.81º46.38%27.06%-
HSV(B)317.81º63.37%39.61%-
XYZ7.554.78.49-
YUV61.27139.7156.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.91%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 82 (32.42% from 255) = 37.27%
R=45.91%
G=16.82%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101378200.630.190.60317.8146.3827.06
Hex65255203F133C13e2e1b
Octal1454512207723744765633
Binary1100101100101101001001111111001111110010011111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652552; }

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

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

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

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

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

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

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

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