#7528A2

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

Shades of Royal Purple #7528A2

Tints of Royal Purple #7528A2

Color information

#7528A2 (or 0x7528A2) is unknown color: approx Royal Purple. HEX triplet: 75, 28 and A2. RGB value is (117,40,162). Sum of RGB (Red+Green+Blue) = 117+40+162=319 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.68% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 162 (63.67% from 255 or 50.78% from 319); Max value from RGB is 162 - color contains mainly: blue. Hex color #7528A2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7528A2 is #8AD75D. Grayscale: #4C4C4C. Windows color (decimal): -9099102 or 10627189. OLE color: 10627189.

HSL color Cylindrical-coordinate representation of color #7528A2: hue angle of 277.87º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7528A2 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11740162-
CMYK0.280.7500.36
HSL277.87º60.4%39.61%-
HSV(B)277.87º75.31%63.53%-
XYZ14.627.9134.94-
YUV76.93176.01156.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 36.68%
GREEN value IS 40 (16.02% from 255) = 12.54%
BLUE value IS 162 (63.67% from 255) = 50.78%
R=36.68%
G=12.54%
B=50.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal117401620.280.7500.36277.8760.439.61
Hex7528A21C4B0241163c28
Octal16550242341130444267450
Binary1110101101000101000101110010010110100100100010110111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7528A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7528A2; }

 p { color: rgb(117,40,162); }

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

<style>
 a { background-color: #7528A2; }

 a { background-color: rgb(117,40,162); }

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

<style>
 span { border-color: #7528A2; }

 span { border-color: rgb(117,40,162); }

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