#652553

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

Shades of Palatinate Purple #652553

Tints of Palatinate Purple #652553

Color information

#652553 (or 0x652553) is unknown color: approx Palatinate Purple. HEX triplet: 65, 25 and 53. RGB value is (101,37,83). Sum of RGB (Red+Green+Blue) = 101+37+83=221 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.70% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 83 (32.81% from 255 or 37.56% from 221); Max value from RGB is 101 - color contains mainly: red. Hex color #652553 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652553 is #9ADAAC. Grayscale: #3D3D3D. Windows color (decimal): -10148525 or 5449061. OLE color: 5449061.

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

Color convert

RGB1013783-
CMYK00.630.180.60
HSL316.88º46.38%27.06%-
HSV(B)316.88º63.37%39.61%-
XYZ7.594.718.69-
YUV61.38140.2156.26-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.70%
GREEN value IS 37 (14.84% from 255) = 16.74%
BLUE value IS 83 (32.81% from 255) = 37.56%
R=45.70%
G=16.74%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101378300.630.180.60316.8846.3827.06
Hex65255303F123C13d2e1b
Octal1454512307722744755633
Binary1100101100101101001101111111001011110010011110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652553; }

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

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

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

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

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

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

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

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