#653292

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

Shades of Royal Purple #653292

Tints of Royal Purple #653292

Color information

#653292 (or 0x653292) is unknown color: approx Royal Purple. HEX triplet: 65, 32 and 92. RGB value is (101,50,146). Sum of RGB (Red+Green+Blue) = 101+50+146=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 50 (19.92% from 255 or 16.84% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #653292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653292 is #9ACD6D. Grayscale: #4B4B4B. Windows color (decimal): -10145134 or 9581157. OLE color: 9581157.

HSL color Cylindrical-coordinate representation of color #653292: hue angle of 271.88º 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 #653292 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10150146-
CMYK0.310.6600.43
HSL271.88º48.98%38.43%-
HSV(B)271.88º65.75%57.25%-
XYZ11.77.1227.95-
YUV76.19167.4145.69-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.01%
GREEN value IS 50 (19.92% from 255) = 16.84%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=34.01%
G=16.84%
B=49.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101501460.310.6600.43271.8848.9838.43
Hex6532921F4202B1103126
Octal14562222371020534206146
Binary1100101110010100100101111110000100101011100010000110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653292; }

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

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

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

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

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

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

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

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