#70429F

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

Shades of Royal Purple #70429F

Tints of Royal Purple #70429F

Color information

#70429F (or 0x70429F) is unknown color: approx Royal Purple. HEX triplet: 70, 42 and 9F. RGB value is (112,66,159). Sum of RGB (Red+Green+Blue) = 112+66+159=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 66 (26.17% from 255 or 19.58% from 337); Blue value is 159 (62.5% from 255 or 47.18% from 337); Max value from RGB is 159 - color contains mainly: blue. Hex color #70429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70429F is #8FBD60. Grayscale: #5A5A5A. Windows color (decimal): -9420129 or 10437232. OLE color: 10437232.

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

Color convert

RGB11266159-
CMYK0.300.5800.38
HSL269.68º41.33%44.12%-
HSV(B)269.68º58.49%62.35%-
XYZ14.899.8433.92-
YUV90.36166.74143.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 66 (26.17% from 255) = 19.58%
BLUE value IS 159 (62.5% from 255) = 47.18%
R=33.23%
G=19.58%
B=47.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112661590.300.5800.38269.6841.3344.12
Hex70429F1E3A02610e292c
Octal16010223736720464165154
Binary1110000100001010011111111101110100100110100001110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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