#653CAE

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

Shades of Royal Purple #653CAE

Tints of Royal Purple #653CAE

Color information

#653CAE (or 0x653CAE) is unknown color: approx Royal Purple. HEX triplet: 65, 3C and AE. RGB value is (101,60,174). Sum of RGB (Red+Green+Blue) = 101+60+174=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 174 (68.36% from 255 or 51.94% from 335); Max value from RGB is 174 - color contains mainly: blue. Hex color #653CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653CAE is #9AC351. Grayscale: #545454. Windows color (decimal): -10142546 or 11418725. OLE color: 11418725.

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

Color convert

RGB10160174-
CMYK0.420.6600.32
HSL261.58º48.72%45.88%-
HSV(B)261.58º65.52%68.24%-
XYZ14.629.0541.02-
YUV85.26178.08139.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 60 (23.83% from 255) = 17.91%
BLUE value IS 174 (68.36% from 255) = 51.94%
R=30.15%
G=17.91%
B=51.94%

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
Decimal101601740.420.6600.32261.5848.7245.88
Hex653CAE2A42020106312e
Octal14574256521020404066156
Binary11001011111001010111010101010000100100000100000110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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