#653BAD

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

Shades of Royal Purple #653BAD

Tints of Royal Purple #653BAD

Color information

#653BAD (or 0x653BAD) is unknown color: approx Royal Purple. HEX triplet: 65, 3B and AD. RGB value is (101,59,173). Sum of RGB (Red+Green+Blue) = 101+59+173=333 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.33% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #653BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653BAD is #9AC452. Grayscale: #545454. Windows color (decimal): -10142803 or 11352933. OLE color: 11352933.

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

Color convert

RGB10159173-
CMYK0.420.6600.32
HSL262.11º49.14%45.49%-
HSV(B)262.11º65.9%67.84%-
XYZ14.478.9140.49-
YUV84.55177.91139.73-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.33%
GREEN value IS 59 (23.44% from 255) = 17.72%
BLUE value IS 173 (67.97% from 255) = 51.95%
R=30.33%
G=17.72%
B=51.95%

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
Decimal101591730.420.6600.32262.1149.1445.49
Hex653BAD2A42020106312d
Octal14573255521020404066155
Binary11001011110111010110110101010000100100000100000110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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