#753BAC

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

Shades of Royal Purple #753BAC

Tints of Royal Purple #753BAC

Color information

#753BAC (or 0x753BAC) is unknown color: approx Royal Purple. HEX triplet: 75, 3B and AC. RGB value is (117,59,172). Sum of RGB (Red+Green+Blue) = 117+59+172=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 59 (23.44% from 255 or 16.95% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #753BAC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753BAC is #8AC453. Grayscale: #585858. Windows color (decimal): -9094228 or 11287413. OLE color: 11287413.

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

Color convert

RGB11759172-
CMYK0.320.6600.33
HSL270.8º48.92%45.29%-
HSV(B)270.8º65.7%67.45%-
XYZ16.359.8940.08-
YUV89.22174.72147.81-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 59 (23.44% from 255) = 16.95%
BLUE value IS 172 (67.58% from 255) = 49.43%
R=33.62%
G=16.95%
B=49.43%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117591720.320.6600.33270.848.9245.29
Hex753BAC204202110f312d
Octal16573254401020414176155
Binary11101011110111010110010000010000100100001100001111110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,59,172); }

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

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

 a { background-color: rgb(117,59,172); }

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

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

 span { border-color: rgb(117,59,172); }

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