#753E9E

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

Shades of Royal Purple #753E9E

Tints of Royal Purple #753E9E

Color information

#753E9E (or 0x753E9E) is unknown color: approx Royal Purple. HEX triplet: 75, 3E and 9E. RGB value is (117,62,158). Sum of RGB (Red+Green+Blue) = 117+62+158=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #753E9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753E9E is #8AC161. Grayscale: #595959. Windows color (decimal): -9093474 or 10370677. OLE color: 10370677.

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

Color convert

RGB11762158-
CMYK0.260.6100.38
HSL274.38º43.64%43.14%-
HSV(B)274.38º60.76%61.96%-
XYZ15.239.733.42-
YUV89.39166.72147.69-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 62 (24.61% from 255) = 18.40%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=34.72%
G=18.40%
B=46.88%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117621580.260.6100.38274.3843.6443.14
Hex753E9E1A3D0261122c2b
Octal1657623632750464225453
Binary111010111111010011110110101111010100110100010010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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