#753999

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

Shades of Royal Purple #753999

Tints of Royal Purple #753999

Color information

#753999 (or 0x753999) is unknown color: approx Royal Purple. HEX triplet: 75, 39 and 99. RGB value is (117,57,153). Sum of RGB (Red+Green+Blue) = 117+57+153=327 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.78% from 327); Green value is 57 (22.66% from 255 or 17.43% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: blue. Hex color #753999 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753999 is #8AC666. Grayscale: #555555. Windows color (decimal): -9094759 or 10041717. OLE color: 10041717.

HSL color Cylindrical-coordinate representation of color #753999: hue angle of 277.5º 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 #753999 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11757153-
CMYK0.240.6300.4
HSL277.5º45.71%41.18%-
HSV(B)277.5º62.75%60%-
XYZ14.559.0131.11-
YUV85.88165.88150.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.78%
GREEN value IS 57 (22.66% from 255) = 17.43%
BLUE value IS 153 (60.16% from 255) = 46.79%
R=35.78%
G=17.43%
B=46.79%

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
Decimal117571530.240.6300.4277.545.7141.18
Hex753999183F0281162e29
Octal1657123130770504265651
Binary111010111100110011001110001111110101000100010110101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #753999; }

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

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

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

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

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

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

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

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