#753FA5

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

Shades of Royal Purple #753FA5

Tints of Royal Purple #753FA5

Color information

#753FA5 (or 0x753FA5) is unknown color: approx Royal Purple. HEX triplet: 75, 3F and A5. RGB value is (117,63,165). Sum of RGB (Red+Green+Blue) = 117+63+165=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 63 (25% from 255 or 18.26% from 345); Blue value is 165 (64.84% from 255 or 47.83% from 345); Max value from RGB is 165 - color contains mainly: blue. Hex color #753FA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753FA5 is #8AC05A. Grayscale: #5A5A5A. Windows color (decimal): -9093211 or 10829685. OLE color: 10829685.

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

Color convert

RGB11763165-
CMYK0.290.6200.35
HSL271.76º44.74%44.71%-
HSV(B)271.76º61.82%64.71%-
XYZ15.9110.0536.7-
YUV90.77169.89146.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 63 (25% from 255) = 18.26%
BLUE value IS 165 (64.84% from 255) = 47.83%
R=33.91%
G=18.26%
B=47.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117631650.290.6200.35271.7644.7444.71
Hex753FA51D3E0231102d2d
Octal1657724535760434205555
Binary111010111111110100101111011111100100011100010000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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