#7021a7

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

Shades of Royal Purple #7021A7

Tints of Royal Purple #7021A7

Color information

#7021A7 (or 0x7021A7) is unknown color: approx Royal Purple. HEX triplet: 70, 21 and A7. RGB value is (112,33,167). Sum of RGB (Red+Green+Blue) = 112+33+167=312 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.90% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 167 (65.62% from 255 or 53.53% from 312); Max value from RGB is 167 - color contains mainly: blue. Hex color #7021A7 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7021A7 is #8FDE58. Grayscale: #474747. Windows color (decimal): -9428569 or 10953072. OLE color: 10953072.

HSL color Cylindrical-coordinate representation of color #7021A7: hue angle of 275.37º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7021A7 is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11233167-
CMYK0.330.8000.35
HSL275.37º67%39.22%-
HSV(B)275.37º80.24%65.49%-
XYZ14.27.3237.22-
YUV71.9181.67156.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.90%
GREEN value IS 33 (13.28% from 255) = 10.58%
BLUE value IS 167 (65.62% from 255) = 53.53%
R=35.90%
G=10.58%
B=53.53%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal112331670.330.8000.35275.376739.22
Hex7021A721500231134327
Octal160412474112004342310347
Binary111000010000110100111100001101000001000111000100111000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7021a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7021a7; }

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

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

<style>
 a { background-color: #7021a7; }

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

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

<style>
 span { border-color: #7021a7; }

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

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