#653399

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

Shades of Royal Purple #653399

Tints of Royal Purple #653399

Color information

#653399 (or 0x653399) is unknown color: approx Royal Purple. HEX triplet: 65, 33 and 99. RGB value is (101,51,153). Sum of RGB (Red+Green+Blue) = 101+51+153=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #653399 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653399 is #9ACC66. Grayscale: #4D4D4D. Windows color (decimal): -10144871 or 10040165. OLE color: 10040165.

HSL color Cylindrical-coordinate representation of color #653399: hue angle of 269.41º degrees, saturation: 0.5, 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 #653399 is Cyan = 0.34, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB10151153-
CMYK0.340.6700.4
HSL269.41º50%40%-
HSV(B)269.41º66.67%60%-
XYZ12.37.4330.92-
YUV77.58170.56144.71-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.11%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=33.11%
G=16.72%
B=50.16%

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
Decimal101511530.340.6700.4269.415040
Hex653399224302810d3228
Octal14563231421030504156250
Binary11001011100111001100110001010000110101000100001101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653399; }

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

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

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

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

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

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

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

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