#653592

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

Shades of Royal Purple #653592

Tints of Royal Purple #653592

Color information

#653592 (or 0x653592) is unknown color: approx Royal Purple. HEX triplet: 65, 35 and 92. RGB value is (101,53,146). Sum of RGB (Red+Green+Blue) = 101+53+146=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #653592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653592 is #9ACA6D. Grayscale: #4D4D4D. Windows color (decimal): -10144366 or 9581925. OLE color: 9581925.

HSL color Cylindrical-coordinate representation of color #653592: hue angle of 270.97º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #653592 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10153146-
CMYK0.310.6400.43
HSL270.97º46.73%39.02%-
HSV(B)270.97º63.7%57.25%-
XYZ11.837.3928-
YUV77.95166.4144.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.67%
GREEN value IS 53 (21.09% from 255) = 17.67%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=33.67%
G=17.67%
B=48.67%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101531460.310.6400.43270.9746.7339.02
Hex6535921F4002B10f2f27
Octal14565222371000534175747
Binary1100101110101100100101111110000000101011100001111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653592; }

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

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

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

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

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

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

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

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