#752FAB

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

Shades of Royal Purple #752FAB

Tints of Royal Purple #752FAB

Color information

#752FAB (or 0x752FAB) is unknown color: approx Royal Purple. HEX triplet: 75, 2F and AB. RGB value is (117,47,171). Sum of RGB (Red+Green+Blue) = 117+47+171=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 47 (18.75% from 255 or 14.03% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #752FAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752FAB is #8AD054. Grayscale: #515151. Windows color (decimal): -9097301 or 11218805. OLE color: 11218805.

HSL color Cylindrical-coordinate representation of color #752FAB: hue angle of 273.87º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #752FAB is Cyan = 0.32, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11747171-
CMYK0.320.7300.33
HSL273.87º56.88%42.75%-
HSV(B)273.87º72.51%67.06%-
XYZ15.78.7639.39-
YUV82.07178.19152.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 34.93%
GREEN value IS 47 (18.75% from 255) = 14.03%
BLUE value IS 171 (67.19% from 255) = 51.04%
R=34.93%
G=14.03%
B=51.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal117471710.320.7300.33273.8756.8842.75
Hex752FAB2049021112392b
Octal16557253401110414227153
Binary11101011011111010101110000010010010100001100010010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #752FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #752FAB; }

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

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

<style>
 a { background-color: #752FAB; }

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

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

<style>
 span { border-color: #752FAB; }

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

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