#753EAF

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

Shades of Royal Purple #753EAF

Tints of Royal Purple #753EAF

Color information

#753EAF (or 0x753EAF) is unknown color: approx Royal Purple. HEX triplet: 75, 3E and AF. RGB value is (117,62,175). Sum of RGB (Red+Green+Blue) = 117+62+175=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #753EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753EAF is #8AC150. Grayscale: #5A5A5A. Windows color (decimal): -9093457 or 11484789. OLE color: 11484789.

HSL color Cylindrical-coordinate representation of color #753EAF: hue angle of 269.2º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #753EAF is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11762175-
CMYK0.330.6500.31
HSL269.2º47.68%46.47%-
HSV(B)269.2º64.57%68.63%-
XYZ16.810.3241.66-
YUV91.33175.22146.31-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 62 (24.61% from 255) = 17.51%
BLUE value IS 175 (68.75% from 255) = 49.44%
R=33.05%
G=17.51%
B=49.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117621750.330.6500.31269.247.6846.47
Hex753EAF214101F10d302e
Octal16576257411010374156056
Binary1110101111110101011111000011000001011111100001101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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