#753F9E

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

Shades of Royal Purple #753F9E

Tints of Royal Purple #753F9E

Color information

#753F9E (or 0x753F9E) is unknown color: approx Royal Purple. HEX triplet: 75, 3F and 9E. RGB value is (117,63,158). Sum of RGB (Red+Green+Blue) = 117+63+158=338 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.62% from 338); Green value is 63 (25% from 255 or 18.64% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 158 - color contains mainly: blue. Hex color #753F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753F9E is #8AC061. Grayscale: #595959. Windows color (decimal): -9093218 or 10370933. OLE color: 10370933.

HSL color Cylindrical-coordinate representation of color #753F9E: hue angle of 274.11º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #753F9E is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11763158-
CMYK0.260.6000.38
HSL274.11º42.99%43.33%-
HSV(B)274.11º60.13%61.96%-
XYZ15.299.8133.43-
YUV89.98166.39147.28-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.62%
GREEN value IS 63 (25% from 255) = 18.64%
BLUE value IS 158 (62.11% from 255) = 46.75%
R=34.62%
G=18.64%
B=46.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117631580.260.6000.38274.1142.9943.33
Hex753F9E1A3C0261122b2b
Octal1657723632740464225353
Binary111010111111110011110110101111000100110100010010101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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