#653E9F

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

Shades of Royal Purple #653E9F

Tints of Royal Purple #653E9F

Color information

#653E9F (or 0x653E9F) is unknown color: approx Royal Purple. HEX triplet: 65, 3E and 9F. RGB value is (101,62,159). Sum of RGB (Red+Green+Blue) = 101+62+159=322 (42% of max value = 765). Red value is 101 (39.84% from 255 or 31.37% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 159 (62.5% from 255 or 49.38% from 322); Max value from RGB is 159 - color contains mainly: blue. Hex color #653E9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653E9F is #9AC160. Grayscale: #545454. Windows color (decimal): -10142049 or 10436197. OLE color: 10436197.

HSL color Cylindrical-coordinate representation of color #653E9F: hue angle of 264.12º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #653E9F is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10162159-
CMYK0.360.6100.38
HSL264.12º43.89%43.33%-
HSV(B)264.12º61.01%62.35%-
XYZ13.358.7233.78-
YUV84.72169.92139.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.37%
GREEN value IS 62 (24.61% from 255) = 19.25%
BLUE value IS 159 (62.5% from 255) = 49.38%
R=31.37%
G=19.25%
B=49.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101621590.360.6100.38264.1243.8943.33
Hex653E9F243D0261082c2b
Octal1457623744750464105453
Binary1100101111110100111111001001111010100110100001000101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,62,159); }

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

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

 a { background-color: rgb(101,62,159); }

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

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

 span { border-color: rgb(101,62,159); }

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