#653158

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

Shades of Palatinate Purple #653158

Tints of Palatinate Purple #653158

Color information

#653158 (or 0x653158) is unknown color: approx Palatinate Purple. HEX triplet: 65, 31 and 58. RGB value is (101,49,88). Sum of RGB (Red+Green+Blue) = 101+49+88=238 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.44% from 238); Green value is 49 (19.53% from 255 or 20.59% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 101 - color contains mainly: red. Hex color #653158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653158 is #9ACEA7. Grayscale: #444444. Windows color (decimal): -10145448 or 5779813. OLE color: 5779813.

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

Color convert

RGB1014988-
CMYK00.510.130.60
HSL315º34.67%29.41%-
HSV(B)315º51.49%39.61%-
XYZ8.235.679.89-
YUV68.99138.73150.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.44%
GREEN value IS 49 (19.53% from 255) = 20.59%
BLUE value IS 88 (34.77% from 255) = 36.97%
R=42.44%
G=20.59%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101498800.510.130.6031534.6729.41
Hex653158033D3C13b231d
Octal1456113006315744734335
Binary110010111000110110000110011110111110010011101110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653158; }

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

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

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

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

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

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

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

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