#653FAE

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

Shades of Royal Purple #653FAE

Tints of Royal Purple #653FAE

Color information

#653FAE (or 0x653FAE) is unknown color: approx Royal Purple. HEX triplet: 65, 3F and AE. RGB value is (101,63,174). Sum of RGB (Red+Green+Blue) = 101+63+174=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 174 (68.36% from 255 or 51.48% from 338); Max value from RGB is 174 - color contains mainly: blue. Hex color #653FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653FAE is #9AC051. Grayscale: #565656. Windows color (decimal): -10141778 or 11419493. OLE color: 11419493.

HSL color Cylindrical-coordinate representation of color #653FAE: hue angle of 260.54º 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 #653FAE is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10163174-
CMYK0.420.6400.32
HSL260.54º46.84%46.47%-
HSV(B)260.54º63.79%68.24%-
XYZ14.789.3841.08-
YUV87.02177.09137.97-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 63 (25% from 255) = 18.64%
BLUE value IS 174 (68.36% from 255) = 51.48%
R=29.88%
G=18.64%
B=51.48%

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
Decimal101631740.420.6400.32260.5446.8446.47
Hex653FAE2A400201052f2e
Octal14577256521000404055756
Binary11001011111111010111010101010000000100000100000101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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