#753AA2

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

Shades of Royal Purple #753AA2

Tints of Royal Purple #753AA2

Color information

#753AA2 (or 0x753AA2) is unknown color: approx Royal Purple. HEX triplet: 75, 3A and A2. RGB value is (117,58,162). Sum of RGB (Red+Green+Blue) = 117+58+162=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 58 (23.05% from 255 or 17.21% from 337); Blue value is 162 (63.67% from 255 or 48.07% from 337); Max value from RGB is 162 - color contains mainly: blue. Hex color #753AA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753AA2 is #8AC55D. Grayscale: #575757. Windows color (decimal): -9094494 or 10631797. OLE color: 10631797.

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

Color convert

RGB11758162-
CMYK0.280.6400.36
HSL274.04º47.27%43.14%-
HSV(B)274.04º64.2%63.53%-
XYZ15.379.4235.19-
YUV87.5170.05149.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 58 (23.05% from 255) = 17.21%
BLUE value IS 162 (63.67% from 255) = 48.07%
R=34.72%
G=17.21%
B=48.07%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117581620.280.6400.36274.0447.2743.14
Hex753AA21C400241122f2b
Octal16572242341000444225753
Binary1110101111010101000101110010000000100100100010010101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753AA2; }

 p { color: rgb(117,58,162); }

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

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

 a { background-color: rgb(117,58,162); }

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

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

 span { border-color: rgb(117,58,162); }

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