#653594

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

Shades of Royal Purple #653594

Tints of Royal Purple #653594

Color information

#653594 (or 0x653594) is unknown color: approx Royal Purple. HEX triplet: 65, 35 and 94. RGB value is (101,53,148). Sum of RGB (Red+Green+Blue) = 101+53+148=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 148 (58.20% from 255 or 49.01% from 302); Max value from RGB is 148 - color contains mainly: blue. Hex color #653594 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #653594 is #9ACA6B. Grayscale: #4D4D4D. Windows color (decimal): -10144364 or 9712997. OLE color: 9712997.

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

Color convert

RGB10153148-
CMYK0.320.6400.42
HSL270.32º47.26%39.41%-
HSV(B)270.32º64.19%58.04%-
XYZ11.997.4528.82-
YUV78.18167.4144.28-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 148 (58.20% from 255) = 49.01%
R=33.44%
G=17.55%
B=49.01%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101531480.320.6400.42270.3247.2639.41
Hex653594204002A10e2f27
Octal14565224401000524165747
Binary11001011101011001010010000010000000101010100001110101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #653594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #653594; }

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

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

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

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

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

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

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

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