#652555

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

Shades of Palatinate Purple #652555

Tints of Palatinate Purple #652555

Color information

#652555 (or 0x652555) is unknown color: approx Palatinate Purple. HEX triplet: 65, 25 and 55. RGB value is (101,37,85). Sum of RGB (Red+Green+Blue) = 101+37+85=223 (29% of max value = 765). Red value is 101 (39.84% from 255 or 45.29% from 223); Green value is 37 (14.84% from 255 or 16.59% from 223); Blue value is 85 (33.59% from 255 or 38.12% from 223); Max value from RGB is 101 - color contains mainly: red. Hex color #652555 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652555 is #9ADAAA. Grayscale: #3D3D3D. Windows color (decimal): -10148523 or 5580133. OLE color: 5580133.

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

Color convert

RGB1013785-
CMYK00.630.160.60
HSL315º46.38%27.06%-
HSV(B)315º63.37%39.61%-
XYZ7.674.759.11-
YUV61.61141.2156.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 45.29%
GREEN value IS 37 (14.84% from 255) = 16.59%
BLUE value IS 85 (33.59% from 255) = 38.12%
R=45.29%
G=16.59%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101378500.630.160.6031546.3827.06
Hex65255503F103C13b2e1b
Octal1454512507720744735633
Binary1100101100101101010101111111000011110010011101110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652555; }

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

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

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

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

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

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

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

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