#753caf

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

Shades of Royal Purple #753CAF

Tints of Royal Purple #753CAF

Color information

#753CAF (or 0x753CAF) is unknown color: approx Royal Purple. HEX triplet: 75, 3C and AF. RGB value is (117,60,175). Sum of RGB (Red+Green+Blue) = 117+60+175=352 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.24% from 352); Green value is 60 (23.83% from 255 or 17.05% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #753CAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753CAF is #8AC350. Grayscale: #595959. Windows color (decimal): -9093969 or 11484277. OLE color: 11484277.

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

Color convert

RGB11760175-
CMYK0.330.6600.31
HSL269.74º48.94%46.08%-
HSV(B)269.74º65.71%68.63%-
XYZ16.6910.1141.63-
YUV90.15175.88147.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.24%
GREEN value IS 60 (23.83% from 255) = 17.05%
BLUE value IS 175 (68.75% from 255) = 49.72%
R=33.24%
G=17.05%
B=49.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal117601750.330.6600.31269.7448.9446.08
Hex753CAF214201F10e312e
Octal16574257411020374166156
Binary1110101111100101011111000011000010011111100001110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753caf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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