#652055

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

Shades of Palatinate Purple #652055

Tints of Palatinate Purple #652055

Color information

#652055 (or 0x652055) is unknown color: approx Palatinate Purple. HEX triplet: 65, 20 and 55. RGB value is (101,32,85). Sum of RGB (Red+Green+Blue) = 101+32+85=218 (28% of max value = 765). Red value is 101 (39.84% from 255 or 46.33% from 218); Green value is 32 (12.89% from 255 or 14.68% from 218); Blue value is 85 (33.59% from 255 or 38.99% from 218); Max value from RGB is 101 - color contains mainly: red. Hex color #652055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652055 is #9ADFAA. Grayscale: #3A3A3A. Windows color (decimal): -10149803 or 5578853. OLE color: 5578853.

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

Color convert

RGB1013285-
CMYK00.680.160.60
HSL313.91º51.88%26.08%-
HSV(B)313.91º68.32%39.61%-
XYZ7.524.469.06-
YUV58.67142.86158.19-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.33%
GREEN value IS 32 (12.89% from 255) = 14.68%
BLUE value IS 85 (33.59% from 255) = 38.99%
R=46.33%
G=14.68%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101328500.680.160.60313.9151.8826.08
Hex652055044103C13a341a
Octal14540125010420744726432
Binary11001011000001010101010001001000011110010011101011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652055; }

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

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

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

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

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

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

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

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