#7026AB

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

Shades of Royal Purple #7026AB

Tints of Royal Purple #7026AB

Color information

#7026AB (or 0x7026AB) is unknown color: approx Royal Purple. HEX triplet: 70, 26 and AB. RGB value is (112,38,171). Sum of RGB (Red+Green+Blue) = 112+38+171=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #7026AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7026AB is #8FD954. Grayscale: #4A4A4A. Windows color (decimal): -9427285 or 11216496. OLE color: 11216496.

HSL color Cylindrical-coordinate representation of color #7026AB: hue angle of 273.38º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7026AB is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11238171-
CMYK0.350.7800.33
HSL273.38º63.64%40.98%-
HSV(B)273.38º77.78%67.06%-
XYZ14.737.7739.25-
YUV75.29182.02154.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.89%
GREEN value IS 38 (15.23% from 255) = 11.84%
BLUE value IS 171 (67.19% from 255) = 53.27%
R=34.89%
G=11.84%
B=53.27%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal112381710.350.7800.33273.3863.6440.98
Hex7026AB234E0211114029
Octal160462534311604142110051
Binary111000010011010101011100011100111001000011000100011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7026AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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