#653599

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

Shades of Royal Purple #653599

Tints of Royal Purple #653599

Color information

#653599 (or 0x653599) is unknown color: approx Royal Purple. HEX triplet: 65, 35 and 99. RGB value is (101,53,153). Sum of RGB (Red+Green+Blue) = 101+53+153=307 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.90% from 307); Green value is 53 (21.09% from 255 or 17.26% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #653599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653599 is #9ACA66. Grayscale: #4E4E4E. Windows color (decimal): -10144359 or 10040677. OLE color: 10040677.

HSL color Cylindrical-coordinate representation of color #653599: hue angle of 268.8º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #653599 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10153153-
CMYK0.340.6500.4
HSL268.8º48.54%40.39%-
HSV(B)268.8º65.36%60%-
XYZ12.397.6130.95-
YUV78.75169.9143.87-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 32.90%
GREEN value IS 53 (21.09% from 255) = 17.26%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=32.90%
G=17.26%
B=49.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101531530.340.6500.4268.848.5440.39
Hex653599224102810d3128
Octal14565231421010504156150
Binary11001011101011001100110001010000010101000100001101110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653599; }

 p { color: rgb(101,53,153); }

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

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

 a { background-color: rgb(101,53,153); }

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

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

 span { border-color: rgb(101,53,153); }

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