#653E99

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

Shades of Royal Purple #653E99

Tints of Royal Purple #653E99

Color information

#653E99 (or 0x653E99) is unknown color: approx Royal Purple. HEX triplet: 65, 3E and 99. RGB value is (101,62,153). Sum of RGB (Red+Green+Blue) = 101+62+153=316 (41% of max value = 765). Red value is 101 (39.84% from 255 or 31.96% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 153 (60.16% from 255 or 48.42% from 316); Max value from RGB is 153 - color contains mainly: blue. Hex color #653E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653E99 is #9AC166. Grayscale: #535353. Windows color (decimal): -10142055 or 10042981. OLE color: 10042981.

HSL color Cylindrical-coordinate representation of color #653E99: hue angle of 265.71º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #653E99 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10162153-
CMYK0.340.5900.4
HSL265.71º42.33%42.16%-
HSV(B)265.71º59.48%60%-
XYZ12.848.5131.1-
YUV84.04166.92140.1-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 31.96%
GREEN value IS 62 (24.61% from 255) = 19.62%
BLUE value IS 153 (60.16% from 255) = 48.42%
R=31.96%
G=19.62%
B=48.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101621530.340.5900.4265.7142.3342.16
Hex653E99223B02810a2a2a
Octal1457623142730504125252
Binary1100101111110100110011000101110110101000100001010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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