#752EA8

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

Shades of Royal Purple #752EA8

Tints of Royal Purple #752EA8

Color information

#752EA8 (or 0x752EA8) is unknown color: approx Royal Purple. HEX triplet: 75, 2E and A8. RGB value is (117,46,168). Sum of RGB (Red+Green+Blue) = 117+46+168=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 46 (18.36% from 255 or 13.90% from 331); Blue value is 168 (66.02% from 255 or 50.76% from 331); Max value from RGB is 168 - color contains mainly: blue. Hex color #752EA8 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752EA8 is #8AD157. Grayscale: #505050. Windows color (decimal): -9097560 or 11021941. OLE color: 11021941.

HSL color Cylindrical-coordinate representation of color #752EA8: hue angle of 274.92º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752EA8 is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11746168-
CMYK0.300.7300.34
HSL274.92º57.01%41.96%-
HSV(B)274.92º72.62%65.88%-
XYZ15.388.5637.89-
YUV81.14177.02153.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 46 (18.36% from 255) = 13.90%
BLUE value IS 168 (66.02% from 255) = 50.76%
R=35.35%
G=13.90%
B=50.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal117461680.300.7300.34274.9257.0141.96
Hex752EA81E49022113392a
Octal16556250361110424237152
Binary1110101101110101010001111010010010100010100010011111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752EA8; }

 p { color: rgb(117,46,168); }

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

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

 a { background-color: rgb(117,46,168); }

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

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

 span { border-color: rgb(117,46,168); }

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