#653758

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

Shades of Palatinate Purple #653758

Tints of Palatinate Purple #653758

Color information

#653758 (or 0x653758) is unknown color: approx Palatinate Purple. HEX triplet: 65, 37 and 58. RGB value is (101,55,88). Sum of RGB (Red+Green+Blue) = 101+55+88=244 (32% of max value = 765). Red value is 101 (39.84% from 255 or 41.39% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 88 (34.77% from 255 or 36.07% from 244); Max value from RGB is 101 - color contains mainly: red. Hex color #653758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653758 is #9AC8A7. Grayscale: #484848. Windows color (decimal): -10143912 or 5781349. OLE color: 5781349.

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

Color convert

RGB1015588-
CMYK00.460.130.60
HSL316.96º29.49%30.59%-
HSV(B)316.96º45.54%39.61%-
XYZ8.496.29.98-
YUV72.52136.74148.32-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 41.39%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 88 (34.77% from 255) = 36.07%
R=41.39%
G=22.54%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101558800.460.130.60316.9629.4930.59
Hex65375802ED3C13d1d1f
Octal1456713005615744753537
Binary11001011101111011000010111011011111001001111011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653758; }

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

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

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

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

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

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

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

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