#653291

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

Shades of Royal Purple #653291

Tints of Royal Purple #653291

Color information

#653291 (or 0x653291) is unknown color: approx Royal Purple. HEX triplet: 65, 32 and 91. RGB value is (101,50,145). Sum of RGB (Red+Green+Blue) = 101+50+145=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #653291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653291 is #9ACD6E. Grayscale: #4B4B4B. Windows color (decimal): -10145135 or 9515621. OLE color: 9515621.

HSL color Cylindrical-coordinate representation of color #653291: hue angle of 272.21º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #653291 is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10150145-
CMYK0.300.6600.43
HSL272.21º48.72%38.24%-
HSV(B)272.21º65.52%56.86%-
XYZ11.627.0927.54-
YUV76.08166.9145.78-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.12%
GREEN value IS 50 (19.92% from 255) = 16.89%
BLUE value IS 145 (57.03% from 255) = 48.99%
R=34.12%
G=16.89%
B=48.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101501450.300.6600.43272.2148.7238.24
Hex6532911E4202B1103126
Octal14562221361020534206146
Binary1100101110010100100011111010000100101011100010000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653291; }

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

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

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

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

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

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

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

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