#753DA1

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

Shades of Royal Purple #753DA1

Tints of Royal Purple #753DA1

Color information

#753DA1 (or 0x753DA1) is unknown color: approx Royal Purple. HEX triplet: 75, 3D and A1. RGB value is (117,61,161). Sum of RGB (Red+Green+Blue) = 117+61+161=339 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.51% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 161 (63.28% from 255 or 47.49% from 339); Max value from RGB is 161 - color contains mainly: blue. Hex color #753DA1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753DA1 is #8AC25E. Grayscale: #585858. Windows color (decimal): -9093727 or 10567029. OLE color: 10567029.

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

Color convert

RGB11761161-
CMYK0.270.6200.37
HSL273.6º45.05%43.53%-
HSV(B)273.6º62.11%63.14%-
XYZ15.449.6934.78-
YUV89.14168.55147.87-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.51%
GREEN value IS 61 (24.22% from 255) = 17.99%
BLUE value IS 161 (63.28% from 255) = 47.49%
R=34.51%
G=17.99%
B=47.49%

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
Decimal117611610.270.6200.37273.645.0543.53
Hex753DA11B3E0251122d2c
Octal1657524133760454225554
Binary111010111110110100001110111111100100101100010010101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,61,161); }

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

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

 a { background-color: rgb(117,61,161); }

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

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

 span { border-color: rgb(117,61,161); }

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