#653F95

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

Shades of Royal Purple #653F95

Tints of Royal Purple #653F95

Color information

#653F95 (or 0x653F95) is unknown color: approx Royal Purple. HEX triplet: 65, 3F and 95. RGB value is (101,63,149). Sum of RGB (Red+Green+Blue) = 101+63+149=313 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.27% from 313); Green value is 63 (25% from 255 or 20.13% from 313); Blue value is 149 (58.59% from 255 or 47.60% from 313); Max value from RGB is 149 - color contains mainly: blue. Hex color #653F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653F95 is #9AC06A. Grayscale: #535353. Windows color (decimal): -10141803 or 9781093. OLE color: 9781093.

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

Color convert

RGB10163149-
CMYK0.320.5800.42
HSL266.51º40.57%41.57%-
HSV(B)266.51º57.72%58.43%-
XYZ12.578.4929.41-
YUV84.17164.59140.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.27%
GREEN value IS 63 (25% from 255) = 20.13%
BLUE value IS 149 (58.59% from 255) = 47.60%
R=32.27%
G=20.13%
B=47.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101631490.320.5800.42266.5140.5741.57
Hex653F95203A02A10b292a
Octal1457722540720524135152
Binary1100101111111100101011000001110100101010100001011101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,63,149); }

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

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

 a { background-color: rgb(101,63,149); }

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

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

 span { border-color: rgb(101,63,149); }

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