#70219E

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

Shades of Royal Purple #70219E

Tints of Royal Purple #70219E

Color information

#70219E (or 0x70219E) is unknown color: approx Royal Purple. HEX triplet: 70, 21 and 9E. RGB value is (112,33,158). Sum of RGB (Red+Green+Blue) = 112+33+158=303 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.96% from 303); Green value is 33 (13.28% from 255 or 10.89% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #70219E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70219E is #8FDE61. Grayscale: #464646. Windows color (decimal): -9428578 or 10363248. OLE color: 10363248.

HSL color Cylindrical-coordinate representation of color #70219E: hue angle of 277.92º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #70219E is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11233158-
CMYK0.290.7900.38
HSL277.92º65.45%37.45%-
HSV(B)277.92º79.11%61.96%-
XYZ13.4732.99-
YUV70.87177.17157.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.96%
GREEN value IS 33 (13.28% from 255) = 10.89%
BLUE value IS 158 (62.11% from 255) = 52.15%
R=36.96%
G=10.89%
B=52.15%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112331580.290.7900.38277.9265.4537.45
Hex70219E1D4F0261164125
Octal160412363511704642610145
Binary11100001000011001111011101100111101001101000101101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70219E; }

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

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

<style>
 a { background-color: #70219E; }

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

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

<style>
 span { border-color: #70219E; }

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

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