#753CA0

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

Shades of Royal Purple #753CA0

Tints of Royal Purple #753CA0

Color information

#753CA0 (or 0x753CA0) is unknown color: approx Royal Purple. HEX triplet: 75, 3C and A0. RGB value is (117,60,160). Sum of RGB (Red+Green+Blue) = 117+60+160=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 160 (62.89% from 255 or 47.48% from 337); Max value from RGB is 160 - color contains mainly: blue. Hex color #753CA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753CA0 is #8AC35F. Grayscale: #585858. Windows color (decimal): -9093984 or 10501237. OLE color: 10501237.

HSL color Cylindrical-coordinate representation of color #753CA0: hue angle of 274.2º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #753CA0 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB11760160-
CMYK0.270.6200.37
HSL274.2º45.45%43.14%-
HSV(B)274.2º62.5%62.75%-
XYZ15.39.5534.3-
YUV88.44168.38148.37-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.72%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 160 (62.89% from 255) = 47.48%
R=34.72%
G=17.80%
B=47.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal117601600.270.6200.37274.245.4543.14
Hex753CA01B3E0251122d2b
Octal1657424033760454225553
Binary111010111110010100000110111111100100101100010010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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