#653EAE

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

Shades of Royal Purple #653EAE

Tints of Royal Purple #653EAE

Color information

#653EAE (or 0x653EAE) is unknown color: approx Royal Purple. HEX triplet: 65, 3E and AE. RGB value is (101,62,174). Sum of RGB (Red+Green+Blue) = 101+62+174=337 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.97% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 174 (68.36% from 255 or 51.63% from 337); Max value from RGB is 174 - color contains mainly: blue. Hex color #653EAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653EAE is #9AC151. Grayscale: #565656. Windows color (decimal): -10142034 or 11419237. OLE color: 11419237.

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

Color convert

RGB10162174-
CMYK0.420.6400.32
HSL260.89º47.46%46.27%-
HSV(B)260.89º64.37%68.24%-
XYZ14.739.2741.06-
YUV86.43177.42138.39-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.97%
GREEN value IS 62 (24.61% from 255) = 18.40%
BLUE value IS 174 (68.36% from 255) = 51.63%
R=29.97%
G=18.40%
B=51.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101621740.420.6400.32260.8947.4646.27
Hex653EAE2A400201052f2e
Octal14576256521000404055756
Binary11001011111101010111010101010000000100000100000101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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