#652551

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

Shades of Palatinate Purple #652551

Tints of Palatinate Purple #652551

Color information

#652551 (or 0x652551) is unknown color: approx Palatinate Purple. HEX triplet: 65, 25 and 51. RGB value is (101,37,81). Sum of RGB (Red+Green+Blue) = 101+37+81=219 (29% of max value = 765). Red value is 101 (39.84% from 255 or 46.12% from 219); Green value is 37 (14.84% from 255 or 16.89% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 101 - color contains mainly: red. Hex color #652551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652551 is #9ADAAE. Grayscale: #3D3D3D. Windows color (decimal): -10148527 or 5317989. OLE color: 5317989.

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

Color convert

RGB1013781-
CMYK00.630.200.60
HSL318.75º46.38%27.06%-
HSV(B)318.75º63.37%39.61%-
XYZ7.514.688.29-
YUV61.15139.2156.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 46.12%
GREEN value IS 37 (14.84% from 255) = 16.89%
BLUE value IS 81 (32.03% from 255) = 36.99%
R=46.12%
G=16.89%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101378100.630.200.60318.7546.3827.06
Hex65255103F143C13f2e1b
Octal1454512107724744775633
Binary1100101100101101000101111111010011110010011111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652551; }

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

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

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

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

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

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

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

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