#7026A7

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

Shades of Royal Purple #7026A7

Tints of Royal Purple #7026A7

Color information

#7026A7 (or 0x7026A7) is unknown color: approx Royal Purple. HEX triplet: 70, 26 and A7. RGB value is (112,38,167). Sum of RGB (Red+Green+Blue) = 112+38+167=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 38 (15.23% from 255 or 11.99% from 317); Blue value is 167 (65.62% from 255 or 52.68% from 317); Max value from RGB is 167 - color contains mainly: blue. Hex color #7026A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7026A7 is #8FD958. Grayscale: #4A4A4A. Windows color (decimal): -9427289 or 10954352. OLE color: 10954352.

HSL color Cylindrical-coordinate representation of color #7026A7: hue angle of 274.42º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7026A7 is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11238167-
CMYK0.330.7700.35
HSL274.42º62.93%40.2%-
HSV(B)274.42º77.25%65.49%-
XYZ14.357.6237.27-
YUV74.83180.02154.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 38 (15.23% from 255) = 11.99%
BLUE value IS 167 (65.62% from 255) = 52.68%
R=35.33%
G=11.99%
B=52.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112381670.330.7700.35274.4262.9340.2
Hex7026A7214D0231123f28
Octal16046247411150434227750
Binary11100001001101010011110000110011010100011100010010111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7026A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7026A7; }

 p { color: rgb(112,38,167); }

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

<style>
 a { background-color: #7026A7; }

 a { background-color: rgb(112,38,167); }

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

<style>
 span { border-color: #7026A7; }

 span { border-color: rgb(112,38,167); }

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