#653862

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

Shades of Palatinate Purple #653862

Tints of Palatinate Purple #653862

Color information

#653862 (or 0x653862) is unknown color: approx Palatinate Purple. HEX triplet: 65, 38 and 62. RGB value is (101,56,98). Sum of RGB (Red+Green+Blue) = 101+56+98=255 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.61% from 255); Green value is 56 (22.27% from 255 or 21.96% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 101 - color contains mainly: red. Hex color #653862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #653862 is #9AC79D. Grayscale: #4A4A4A. Windows color (decimal): -10143646 or 6436965. OLE color: 6436965.

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

Color convert

RGB1015698-
CMYK00.450.030.60
HSL304º28.66%30.78%-
HSV(B)304º44.55%39.61%-
XYZ8.996.4812.33-
YUV74.24141.41147.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 39.61%
GREEN value IS 56 (22.27% from 255) = 21.96%
BLUE value IS 98 (38.67% from 255) = 38.43%
R=39.61%
G=21.96%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101569800.450.030.6030428.6630.78
Hex65386202D33C1301d1f
Octal145701420553744603537
Binary110010111100011000100101101111111001001100001110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653862; }

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

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

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

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

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

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

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

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