#652558

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

Shades of Palatinate Purple #652558

Tints of Palatinate Purple #652558

Color information

#652558 (or 0x652558) is unknown color: approx Palatinate Purple. HEX triplet: 65, 25 and 58. RGB value is (101,37,88). Sum of RGB (Red+Green+Blue) = 101+37+88=226 (29% of max value = 765). Red value is 101 (39.84% from 255 or 44.69% from 226); Green value is 37 (14.84% from 255 or 16.37% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 101 - color contains mainly: red. Hex color #652558 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652558 is #9ADAA7. Grayscale: #3D3D3D. Windows color (decimal): -10148520 or 5776741. OLE color: 5776741.

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

Color convert

RGB1013788-
CMYK00.630.130.60
HSL312.19º46.38%27.06%-
HSV(B)312.19º63.37%39.61%-
XYZ7.794.799.75-
YUV61.95142.7155.85-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.69%
GREEN value IS 37 (14.84% from 255) = 16.37%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=44.69%
G=16.37%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101378800.630.130.60312.1946.3827.06
Hex65255803FD3C1382e1b
Octal1454513007715744705633
Binary110010110010110110000111111110111110010011100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652558; }

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

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

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

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

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

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

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

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