#753FA4

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

Shades of Royal Purple #753FA4

Tints of Royal Purple #753FA4

Color information

#753FA4 (or 0x753FA4) is unknown color: approx Royal Purple. HEX triplet: 75, 3F and A4. RGB value is (117,63,164). Sum of RGB (Red+Green+Blue) = 117+63+164=344 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.01% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 164 (64.45% from 255 or 47.67% from 344); Max value from RGB is 164 - color contains mainly: blue. Hex color #753FA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753FA4 is #8AC05B. Grayscale: #5A5A5A. Windows color (decimal): -9093212 or 10764149. OLE color: 10764149.

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

Color convert

RGB11763164-
CMYK0.290.6200.36
HSL272.08º44.49%44.51%-
HSV(B)272.08º61.59%64.31%-
XYZ15.8110.0236.22-
YUV90.66169.39146.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.01%
GREEN value IS 63 (25% from 255) = 18.31%
BLUE value IS 164 (64.45% from 255) = 47.67%
R=34.01%
G=18.31%
B=47.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117631640.290.6200.36272.0844.4944.51
Hex753FA41D3E0241102c2d
Octal1657724435760444205455
Binary111010111111110100100111011111100100100100010000101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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