#652559

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

Shades of Palatinate Purple #652559

Tints of Palatinate Purple #652559

Color information

#652559 (or 0x652559) is unknown color: approx Palatinate Purple. HEX triplet: 65, 25 and 59. RGB value is (101,37,89). Sum of RGB (Red+Green+Blue) = 101+37+89=227 (30% of max value = 765). Red value is 101 (39.84% from 255 or 44.49% from 227); Green value is 37 (14.84% from 255 or 16.30% from 227); Blue value is 89 (35.16% from 255 or 39.21% from 227); Max value from RGB is 101 - color contains mainly: red. Hex color #652559 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #652559 is #9ADAA6. Grayscale: #3D3D3D. Windows color (decimal): -10148519 or 5842277. OLE color: 5842277.

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

Color convert

RGB1013789-
CMYK00.630.120.60
HSL311.25º46.38%27.06%-
HSV(B)311.25º63.37%39.61%-
XYZ7.834.819.97-
YUV62.06143.2155.77-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 44.49%
GREEN value IS 37 (14.84% from 255) = 16.30%
BLUE value IS 89 (35.16% from 255) = 39.21%
R=44.49%
G=16.30%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101378900.630.120.60311.2546.3827.06
Hex65255903FC3C1372e1b
Octal1454513107714744675633
Binary110010110010110110010111111110011110010011011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652559; }

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

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

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

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

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

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

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

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