#753DA4

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

Shades of Royal Purple #753DA4

Tints of Royal Purple #753DA4

Color information

#753DA4 (or 0x753DA4) is unknown color: approx Royal Purple. HEX triplet: 75, 3D and A4. RGB value is (117,61,164). Sum of RGB (Red+Green+Blue) = 117+61+164=342 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.21% from 342); Green value is 61 (24.22% from 255 or 17.84% from 342); Blue value is 164 (64.45% from 255 or 47.95% from 342); Max value from RGB is 164 - color contains mainly: blue. Hex color #753DA4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753DA4 is #8AC25B. Grayscale: #595959. Windows color (decimal): -9093724 or 10763637. OLE color: 10763637.

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

Color convert

RGB11761164-
CMYK0.290.6300.36
HSL272.62º45.78%44.12%-
HSV(B)272.62º62.8%64.31%-
XYZ15.719.836.19-
YUV89.49170.05147.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.21%
GREEN value IS 61 (24.22% from 255) = 17.84%
BLUE value IS 164 (64.45% from 255) = 47.95%
R=34.21%
G=17.84%
B=47.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117611640.290.6300.36272.6245.7844.12
Hex753DA41D3F0241112e2c
Octal1657524435770444215654
Binary111010111110110100100111011111110100100100010001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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