#653BAE

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

Shades of Royal Purple #653BAE

Tints of Royal Purple #653BAE

Color information

#653BAE (or 0x653BAE) is unknown color: approx Royal Purple. HEX triplet: 65, 3B and AE. RGB value is (101,59,174). Sum of RGB (Red+Green+Blue) = 101+59+174=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 59 (23.44% from 255 or 17.66% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #653BAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653BAE is #9AC451. Grayscale: #545454. Windows color (decimal): -10142802 or 11418469. OLE color: 11418469.

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

Color convert

RGB10159174-
CMYK0.420.6600.32
HSL261.91º49.36%45.69%-
HSV(B)261.91º66.09%68.24%-
XYZ14.578.9541-
YUV84.67178.41139.65-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.24%
GREEN value IS 59 (23.44% from 255) = 17.66%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=30.24%
G=17.66%
B=52.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101591740.420.6600.32261.9149.3645.69
Hex653BAE2A42020106312e
Octal14573256521020404066156
Binary11001011110111010111010101010000100100000100000110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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