#7030AE

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

Shades of Royal Purple #7030AE

Tints of Royal Purple #7030AE

Color information

#7030AE (or 0x7030AE) is unknown color: approx Royal Purple. HEX triplet: 70, 30 and AE. RGB value is (112,48,174). Sum of RGB (Red+Green+Blue) = 112+48+174=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #7030AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7030AE is #8FCF51. Grayscale: #515151. Windows color (decimal): -9424722 or 11415664. OLE color: 11415664.

HSL color Cylindrical-coordinate representation of color #7030AE: hue angle of 270.48º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7030AE is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11248174-
CMYK0.360.7200.32
HSL270.48º56.76%43.53%-
HSV(B)270.48º72.41%68.24%-
XYZ15.388.6140.9-
YUV81.5180.2149.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 48 (19.14% from 255) = 14.37%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=33.53%
G=14.37%
B=52.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal112481740.360.7200.32270.4856.7643.53
Hex7030AE244802010e392c
Octal16060256441100404167154
Binary11100001100001010111010010010010000100000100001110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7030AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7030AE; }

 p { color: rgb(112,48,174); }

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

<style>
 a { background-color: #7030AE; }

 a { background-color: rgb(112,48,174); }

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

<style>
 span { border-color: #7030AE; }

 span { border-color: rgb(112,48,174); }

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