#653299

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

Shades of Royal Purple #653299

Tints of Royal Purple #653299

Color information

#653299 (or 0x653299) is unknown color: approx Royal Purple. HEX triplet: 65, 32 and 99. RGB value is (101,50,153). Sum of RGB (Red+Green+Blue) = 101+50+153=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 50 (19.92% from 255 or 16.45% from 304); Blue value is 153 (60.16% from 255 or 50.33% from 304); Max value from RGB is 153 - color contains mainly: blue. Hex color #653299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653299 is #9ACD66. Grayscale: #4C4C4C. Windows color (decimal): -10145127 or 10039909. OLE color: 10039909.

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

Color convert

RGB10150153-
CMYK0.340.6700.4
HSL269.71º50.74%39.8%-
HSV(B)269.71º67.32%60%-
XYZ12.267.3530.91-
YUV76.99170.9145.12-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.22%
GREEN value IS 50 (19.92% from 255) = 16.45%
BLUE value IS 153 (60.16% from 255) = 50.33%
R=33.22%
G=16.45%
B=50.33%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal101501530.340.6700.4269.7150.7439.8
Hex653299224302810e3328
Octal14562231421030504166350
Binary11001011100101001100110001010000110101000100001110110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653299; }

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

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

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

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

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

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

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

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