#653E98

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

Shades of Royal Purple #653E98

Tints of Royal Purple #653E98

Color information

#653E98 (or 0x653E98) is unknown color: approx Royal Purple. HEX triplet: 65, 3E and 98. RGB value is (101,62,152). Sum of RGB (Red+Green+Blue) = 101+62+152=315 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.06% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 152 (59.77% from 255 or 48.25% from 315); Max value from RGB is 152 - color contains mainly: blue. Hex color #653E98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653E98 is #9AC167. Grayscale: #535353. Windows color (decimal): -10142056 or 9977445. OLE color: 9977445.

HSL color Cylindrical-coordinate representation of color #653E98: hue angle of 266º 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 #653E98 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10162152-
CMYK0.340.5900.40
HSL266º42.06%41.96%-
HSV(B)266º59.21%59.61%-
XYZ12.768.4830.67-
YUV83.92166.42140.18-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.06%
GREEN value IS 62 (24.61% from 255) = 19.68%
BLUE value IS 152 (59.77% from 255) = 48.25%
R=32.06%
G=19.68%
B=48.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101621520.340.5900.4026642.0641.96
Hex653E98223B02810a2a2a
Octal1457623042730504125252
Binary1100101111110100110001000101110110101000100001010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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