#70289F

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

Shades of Royal Purple #70289F

Tints of Royal Purple #70289F

Color information

#70289F (or 0x70289F) is unknown color: approx Royal Purple. HEX triplet: 70, 28 and 9F. RGB value is (112,40,159). Sum of RGB (Red+Green+Blue) = 112+40+159=311 (41% of max value = 765). Red value is 112 (44.14% from 255 or 36.01% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #70289F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70289F is #8FD760. Grayscale: #4A4A4A. Windows color (decimal): -9426785 or 10430576. OLE color: 10430576.

HSL color Cylindrical-coordinate representation of color #70289F: hue angle of 276.3º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #70289F is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11240159-
CMYK0.300.7500.38
HSL276.3º59.8%39.02%-
HSV(B)276.3º74.84%62.35%-
XYZ13.77.4733.52-
YUV75.09175.35154.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 36.01%
GREEN value IS 40 (16.02% from 255) = 12.86%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=36.01%
G=12.86%
B=51.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112401590.300.7500.38276.359.839.02
Hex70289F1E4B0261143c27
Octal16050237361130464247447
Binary1110000101000100111111111010010110100110100010100111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70289F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70289F; }

 p { color: rgb(112,40,159); }

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

<style>
 a { background-color: #70289F; }

 a { background-color: rgb(112,40,159); }

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

<style>
 span { border-color: #70289F; }

 span { border-color: rgb(112,40,159); }

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