#753DA7

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

Shades of Royal Purple #753DA7

Tints of Royal Purple #753DA7

Color information

#753DA7 (or 0x753DA7) is unknown color: approx Royal Purple. HEX triplet: 75, 3D and A7. RGB value is (117,61,167). Sum of RGB (Red+Green+Blue) = 117+61+167=345 (45% of max value = 765). Red value is 117 (46.09% from 255 or 33.91% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 167 (65.62% from 255 or 48.41% from 345); Max value from RGB is 167 - color contains mainly: blue. Hex color #753DA7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753DA7 is #8AC258. Grayscale: #595959. Windows color (decimal): -9093721 or 10960245. OLE color: 10960245.

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

Color convert

RGB11761167-
CMYK0.300.6300.35
HSL271.7º46.49%44.71%-
HSV(B)271.7º63.47%65.49%-
XYZ15.989.9137.63-
YUV89.83171.55147.38-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.91%
GREEN value IS 61 (24.22% from 255) = 17.68%
BLUE value IS 167 (65.62% from 255) = 48.41%
R=33.91%
G=17.68%
B=48.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117611670.300.6300.35271.746.4944.71
Hex753DA71E3F0231102e2d
Octal1657524736770434205655
Binary111010111110110100111111101111110100011100010000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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