#753EA4

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

Shades of Royal Purple #753EA4

Tints of Royal Purple #753EA4

Color information

#753EA4 (or 0x753EA4) is unknown color: approx Royal Purple. HEX triplet: 75, 3E and A4. RGB value is (117,62,164). Sum of RGB (Red+Green+Blue) = 117+62+164=343 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.11% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 164 (64.45% from 255 or 47.81% from 343); Max value from RGB is 164 - color contains mainly: blue. Hex color #753EA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753EA4 is #8AC15B. Grayscale: #595959. Windows color (decimal): -9093468 or 10763893. OLE color: 10763893.

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

Color convert

RGB11762164-
CMYK0.290.6200.36
HSL272.35º45.13%44.31%-
HSV(B)272.35º62.2%64.31%-
XYZ15.769.9136.2-
YUV90.07169.72147.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.11%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 164 (64.45% from 255) = 47.81%
R=34.11%
G=18.08%
B=47.81%

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
Decimal117621640.290.6200.36272.3545.1344.31
Hex753EA41D3E0241102d2c
Octal1657624435760444205554
Binary111010111111010100100111011111100100100100010000101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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