#70038E

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

Shades of Purple #70038E

Tints of Purple #70038E

Color information

#70038E (or 0x70038E) is unknown color: approx Purple. HEX triplet: 70, 03 and 8E. RGB value is (112,3,142). Sum of RGB (Red+Green+Blue) = 112+3+142=257 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.58% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #70038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70038E is #8FFC71. Grayscale: #323232. Windows color (decimal): -9436274 or 9306992. OLE color: 9306992.

HSL color Cylindrical-coordinate representation of color #70038E: hue angle of 287.05º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #70038E is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1123142-
CMYK0.210.9800.44
HSL287.05º95.86%28.43%-
HSV(B)287.05º97.89%55.69%-
XYZ11.65.4626.03-
YUV51.44179.11171.2-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.58%
GREEN value IS 3 (1.56% from 255) = 1.17%
BLUE value IS 142 (55.86% from 255) = 55.25%
R=43.58%
G=1.17%
B=55.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11231420.210.9800.44287.0595.8628.43
Hex7038E156202C11f601c
Octal16032162514205443714034
Binary111000011100011101010111000100101100100011111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70038E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,3,142); }

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

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

 a { background-color: rgb(112,3,142); }

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

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

 span { border-color: rgb(112,3,142); }

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