#70439E

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

Shades of Royal Purple #70439E

Tints of Royal Purple #70439E

Color information

#70439E (or 0x70439E) is unknown color: approx Royal Purple. HEX triplet: 70, 43 and 9E. RGB value is (112,67,158). Sum of RGB (Red+Green+Blue) = 112+67+158=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 67 (26.56% from 255 or 19.88% from 337); Blue value is 158 (62.11% from 255 or 46.88% from 337); Max value from RGB is 158 - color contains mainly: blue. Hex color #70439E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #70439E is #8FBC61. Grayscale: #5A5A5A. Windows color (decimal): -9419874 or 10371952. OLE color: 10371952.

HSL color Cylindrical-coordinate representation of color #70439E: hue angle of 269.67º degrees, saturation: 0.4, 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 #70439E is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11267158-
CMYK0.290.5800.38
HSL269.67º40.44%44.12%-
HSV(B)269.67º57.59%61.96%-
XYZ14.869.9333.48-
YUV90.83165.91143.1-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 67 (26.56% from 255) = 19.88%
BLUE value IS 158 (62.11% from 255) = 46.88%
R=33.23%
G=19.88%
B=46.88%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal112671580.290.5800.38269.6740.4444.12
Hex70439E1D3A02610e282c
Octal16010323635720464165054
Binary1110000100001110011110111011110100100110100001110101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70439E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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