#753F95

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

Shades of Royal Purple #753F95

Tints of Royal Purple #753F95

Color information

#753F95 (or 0x753F95) is unknown color: approx Royal Purple. HEX triplet: 75, 3F and 95. RGB value is (117,63,149). Sum of RGB (Red+Green+Blue) = 117+63+149=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #753F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753F95 is #8AC06A. Grayscale: #585858. Windows color (decimal): -9093227 or 9781109. OLE color: 9781109.

HSL color Cylindrical-coordinate representation of color #753F95: hue angle of 277.67º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #753F95 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11763149-
CMYK0.210.5800.42
HSL277.67º40.57%41.57%-
HSV(B)277.67º57.72%58.43%-
XYZ14.549.5129.5-
YUV88.95161.89148.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.56%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 149 (58.59% from 255) = 45.29%
R=35.56%
G=19.15%
B=45.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal117631490.210.5800.42277.6740.5741.57
Hex753F95153A02A116292a
Octal1657722525720524265152
Binary111010111111110010101101011110100101010100010110101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,63,149); }

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

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

 a { background-color: rgb(117,63,149); }

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

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

 span { border-color: rgb(117,63,149); }

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