#653C5A

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

Shades of Palatinate Purple #653C5A

Tints of Palatinate Purple #653C5A

Color information

#653C5A (or 0x653C5A) is unknown color: approx Palatinate Purple. HEX triplet: 65, 3C and 5A. RGB value is (101,60,90). Sum of RGB (Red+Green+Blue) = 101+60+90=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 60 (23.83% from 255 or 23.90% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 101 - color contains mainly: red. Hex color #653C5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653C5A is #9AC3A5. Grayscale: #4B4B4B. Windows color (decimal): -10142630 or 5913701. OLE color: 5913701.

HSL color Cylindrical-coordinate representation of color #653C5A: hue angle of 316.1º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #653C5A is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1016090-
CMYK00.410.110.60
HSL316.1º25.47%31.57%-
HSV(B)316.1º40.59%39.61%-
XYZ8.836.7410.51-
YUV75.68136.08146.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.24%
GREEN value IS 60 (23.83% from 255) = 23.90%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=40.24%
G=23.90%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101609000.410.110.60316.125.4731.57
Hex653C5A029B3C13c1920
Octal1457413205113744743140
Binary110010111110010110100101001101111110010011110011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653C5A; }

 p { color: rgb(101,60,90); }

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

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

 a { background-color: rgb(101,60,90); }

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

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

 span { border-color: rgb(101,60,90); }

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