#753899

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

Shades of Royal Purple #753899

Tints of Royal Purple #753899

Color information

#753899 (or 0x753899) is unknown color: approx Royal Purple. HEX triplet: 75, 38 and 99. RGB value is (117,56,153). Sum of RGB (Red+Green+Blue) = 117+56+153=326 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.89% from 326); Green value is 56 (22.27% from 255 or 17.18% from 326); Blue value is 153 (60.16% from 255 or 46.93% from 326); Max value from RGB is 153 - color contains mainly: blue. Hex color #753899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753899 is #8AC766. Grayscale: #545454. Windows color (decimal): -9095015 or 10041461. OLE color: 10041461.

HSL color Cylindrical-coordinate representation of color #753899: hue angle of 277.73º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #753899 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11756153-
CMYK0.240.6300.4
HSL277.73º46.41%40.98%-
HSV(B)277.73º63.4%60%-
XYZ14.58.9131.09-
YUV85.3166.21150.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.89%
GREEN value IS 56 (22.27% from 255) = 17.18%
BLUE value IS 153 (60.16% from 255) = 46.93%
R=35.89%
G=17.18%
B=46.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal117561530.240.6300.4277.7346.4140.98
Hex753899183F0281162e29
Octal1657023130770504265651
Binary111010111100010011001110001111110101000100010110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753899; }

 p { color: rgb(117,56,153); }

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

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

 a { background-color: rgb(117,56,153); }

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

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

 span { border-color: rgb(117,56,153); }

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