#653562

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

Shades of Palatinate Purple #653562

Tints of Palatinate Purple #653562

Color information

#653562 (or 0x653562) is unknown color: approx Palatinate Purple. HEX triplet: 65, 35 and 62. RGB value is (101,53,98). Sum of RGB (Red+Green+Blue) = 101+53+98=252 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.08% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 101 - color contains mainly: red. Hex color #653562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653562 is #9ACA9D. Grayscale: #484848. Windows color (decimal): -10144414 or 6436197. OLE color: 6436197.

HSL color Cylindrical-coordinate representation of color #653562: hue angle of 303.75º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #653562 is Cyan = 0, Magento = 0.48, Yellow = 0.03 and Black (K on CMYK) = 0.60.

Color convert

RGB1015398-
CMYK00.480.030.60
HSL303.75º31.17%30.2%-
HSV(B)303.75º47.52%39.61%-
XYZ8.846.1912.28-
YUV72.48142.4148.34-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.08%
GREEN value IS 53 (21.09% from 255) = 21.03%
BLUE value IS 98 (38.67% from 255) = 38.89%
R=40.08%
G=21.03%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101539800.480.030.60303.7531.1730.2
Hex65356203033C1301f1e
Octal145651420603744603736
Binary110010111010111000100110000111111001001100001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653562; }

 p { color: rgb(101,53,98); }

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

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

 a { background-color: rgb(101,53,98); }

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

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

 span { border-color: rgb(101,53,98); }

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