#7530A6

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

Shades of Royal Purple #7530A6

Tints of Royal Purple #7530A6

Color information

#7530A6 (or 0x7530A6) is unknown color: approx Royal Purple. HEX triplet: 75, 30 and A6. RGB value is (117,48,166). Sum of RGB (Red+Green+Blue) = 117+48+166=331 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.35% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 166 (65.23% from 255 or 50.15% from 331); Max value from RGB is 166 - color contains mainly: blue. Hex color #7530A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7530A6 is #8ACF59. Grayscale: #515151. Windows color (decimal): -9097050 or 10891381. OLE color: 10891381.

HSL color Cylindrical-coordinate representation of color #7530A6: hue angle of 275.08º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7530A6 is Cyan = 0.30, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11748166-
CMYK0.300.7100.35
HSL275.08º55.14%41.96%-
HSV(B)275.08º71.08%65.1%-
XYZ15.288.6536.94-
YUV82.08175.36152.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 35.35%
GREEN value IS 48 (19.14% from 255) = 14.50%
BLUE value IS 166 (65.23% from 255) = 50.15%
R=35.35%
G=14.50%
B=50.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal117481660.300.7100.35275.0855.1441.96
Hex7530A61E47023113372a
Octal16560246361070434236752
Binary1110101110000101001101111010001110100011100010011110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7530A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7530A6; }

 p { color: rgb(117,48,166); }

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

<style>
 a { background-color: #7530A6; }

 a { background-color: rgb(117,48,166); }

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

<style>
 span { border-color: #7530A6; }

 span { border-color: rgb(117,48,166); }

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