#753CA9

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

Shades of Royal Purple #753CA9

Tints of Royal Purple #753CA9

Color information

#753CA9 (or 0x753CA9) is unknown color: approx Royal Purple. HEX triplet: 75, 3C and A9. RGB value is (117,60,169). Sum of RGB (Red+Green+Blue) = 117+60+169=346 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.82% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 169 (66.41% from 255 or 48.84% from 346); Max value from RGB is 169 - color contains mainly: blue. Hex color #753CA9 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753CA9 is #8AC356. Grayscale: #595959. Windows color (decimal): -9093975 or 11091061. OLE color: 11091061.

HSL color Cylindrical-coordinate representation of color #753CA9: hue angle of 271.38º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #753CA9 is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB11760169-
CMYK0.310.6400.34
HSL271.38º47.6%44.9%-
HSV(B)271.38º64.5%66.27%-
XYZ16.119.8838.59-
YUV89.47172.88147.64-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.82%
GREEN value IS 60 (23.83% from 255) = 17.34%
BLUE value IS 169 (66.41% from 255) = 48.84%
R=33.82%
G=17.34%
B=48.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal117601690.310.6400.34271.3847.644.9
Hex753CA91F4002210f302d
Octal16574251371000424176055
Binary1110101111100101010011111110000000100010100001111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753CA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,60,169); }

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

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

 a { background-color: rgb(117,60,169); }

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

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

 span { border-color: rgb(117,60,169); }

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