#753CAB

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

Shades of Royal Purple #753CAB

Tints of Royal Purple #753CAB

Color information

#753CAB (or 0x753CAB) is unknown color: approx Royal Purple. HEX triplet: 75, 3C and AB. RGB value is (117,60,171). Sum of RGB (Red+Green+Blue) = 117+60+171=348 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.62% from 348); Green value is 60 (23.83% from 255 or 17.24% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #753CAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #753CAB is #8AC354. Grayscale: #595959. Windows color (decimal): -9093973 or 11222133. OLE color: 11222133.

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

Color convert

RGB11760171-
CMYK0.320.6500.33
HSL270.81º48.05%45.29%-
HSV(B)270.81º64.91%67.06%-
XYZ16.39.9539.59-
YUV89.7173.88147.47-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.62%
GREEN value IS 60 (23.83% from 255) = 17.24%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=33.62%
G=17.24%
B=49.14%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117601710.320.6500.33270.8148.0545.29
Hex753CAB204102110f302d
Octal16574253401010414176055
Binary11101011111001010101110000010000010100001100001111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #753CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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