#753B9D

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

Shades of Royal Purple #753B9D

Tints of Royal Purple #753B9D

Color information

#753B9D (or 0x753B9D) is unknown color: approx Royal Purple. HEX triplet: 75, 3B and 9D. RGB value is (117,59,157). Sum of RGB (Red+Green+Blue) = 117+59+157=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 59 (23.44% from 255 or 17.72% from 333); Blue value is 157 (61.72% from 255 or 47.15% from 333); Max value from RGB is 157 - color contains mainly: blue. Hex color #753B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753B9D is #8AC462. Grayscale: #575757. Windows color (decimal): -9094243 or 10304373. OLE color: 10304373.

HSL color Cylindrical-coordinate representation of color #753B9D: hue angle of 275.51º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753B9D is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11759157-
CMYK0.250.6200.38
HSL275.51º45.37%42.35%-
HSV(B)275.51º62.42%61.57%-
XYZ14.999.3432.91-
YUV87.51167.22149.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.14%
GREEN value IS 59 (23.44% from 255) = 17.72%
BLUE value IS 157 (61.72% from 255) = 47.15%
R=35.14%
G=17.72%
B=47.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal117591570.250.6200.38275.5145.3742.35
Hex753B9D193E0261142d2a
Octal1657323531760464245552
Binary111010111101110011101110011111100100110100010100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,59,157); }

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

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

 a { background-color: rgb(117,59,157); }

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

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

 span { border-color: rgb(117,59,157); }

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