#653AAF

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

Shades of Royal Purple #653AAF

Tints of Royal Purple #653AAF

Color information

#653AAF (or 0x653AAF) is unknown color: approx Royal Purple. HEX triplet: 65, 3A and AF. RGB value is (101,58,175). Sum of RGB (Red+Green+Blue) = 101+58+175=334 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.24% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 175 (68.75% from 255 or 52.40% from 334); Max value from RGB is 175 - color contains mainly: blue. Hex color #653AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653AAF is #9AC550. Grayscale: #535353. Windows color (decimal): -10143057 or 11483749. OLE color: 11483749.

HSL color Cylindrical-coordinate representation of color #653AAF: hue angle of 262.05º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #653AAF is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10158175-
CMYK0.420.6700.31
HSL262.05º50.21%45.69%-
HSV(B)262.05º66.86%68.63%-
XYZ14.628.8941.5-
YUV84.2179.25139.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.24%
GREEN value IS 58 (23.05% from 255) = 17.37%
BLUE value IS 175 (68.75% from 255) = 52.40%
R=30.24%
G=17.37%
B=52.40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal101581750.420.6700.31262.0550.2145.69
Hex653AAF2A4301F106322e
Octal14572257521030374066256
Binary1100101111010101011111010101000011011111100000110110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,58,175); }

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

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

 a { background-color: rgb(101,58,175); }

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

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

 span { border-color: rgb(101,58,175); }

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