#653A58

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

Shades of Palatinate Purple #653A58

Tints of Palatinate Purple #653A58

Color information

#653A58 (or 0x653A58) is unknown color: approx Palatinate Purple. HEX triplet: 65, 3A and 58. RGB value is (101,58,88). Sum of RGB (Red+Green+Blue) = 101+58+88=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 101 - color contains mainly: red. Hex color #653A58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653A58 is #9AC5A7. Grayscale: #4A4A4A. Windows color (decimal): -10143144 or 5782117. OLE color: 5782117.

HSL color Cylindrical-coordinate representation of color #653A58: hue angle of 318.14º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #653A58 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB1015888-
CMYK00.430.130.60
HSL318.14º27.04%31.18%-
HSV(B)318.14º42.57%39.61%-
XYZ8.646.510.03-
YUV74.28135.75147.06-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 40.89%
GREEN value IS 58 (23.05% from 255) = 23.48%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=40.89%
G=23.48%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101588800.430.130.60318.1427.0431.18
Hex653A5802BD3C13e1b1f
Octal1457213005315744763337
Binary11001011110101011000010101111011111001001111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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