#653FA5

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

Shades of Royal Purple #653FA5

Tints of Royal Purple #653FA5

Color information

#653FA5 (or 0x653FA5) is unknown color: approx Royal Purple. HEX triplet: 65, 3F and A5. RGB value is (101,63,165). Sum of RGB (Red+Green+Blue) = 101+63+165=329 (43% of max value = 765). Red value is 101 (39.84% from 255 or 30.70% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 165 (64.84% from 255 or 50.15% from 329); Max value from RGB is 165 - color contains mainly: blue. Hex color #653FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653FA5 is #9AC05A. Grayscale: #555555. Windows color (decimal): -10141787 or 10829669. OLE color: 10829669.

HSL color Cylindrical-coordinate representation of color #653FA5: hue angle of 262.35º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #653FA5 is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB10163165-
CMYK0.390.6200.35
HSL262.35º44.74%44.71%-
HSV(B)262.35º61.82%64.71%-
XYZ13.949.0436.61-
YUV85.99172.59138.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.70%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 165 (64.84% from 255) = 50.15%
R=30.70%
G=19.15%
B=50.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal101631650.390.6200.35262.3544.7444.71
Hex653FA5273E0231062d2d
Octal1457724547760434065555
Binary1100101111111101001011001111111100100011100000110101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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