#70008F

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

Shades of Purple #70008F

Tints of Purple #70008F

Color information

#70008F (or 0x70008F) is unknown color: approx Purple. HEX triplet: 70, 00 and 8F. RGB value is (112,0,143). Sum of RGB (Red+Green+Blue) = 112+0+143=255 (33% of max value = 765). Red value is 112 (44.14% from 255 or 43.92% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #70008F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70008F is #8FFF70. Grayscale: #313131. Windows color (decimal): -9437041 or 9371760. OLE color: 9371760.

HSL color Cylindrical-coordinate representation of color #70008F: hue angle of 286.99º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #70008F is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1120143-
CMYK0.22100.44
HSL286.99º100%28.04%-
HSV(B)286.99º100%56.08%-
XYZ11.645.4326.42-
YUV49.79180.61172.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 56.08%
R=43.92%
G=0%
B=56.08%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11201430.22100.44286.9910028.04
Hex7008F166402C11f641c
Octal16002172614405443714434
Binary11100000100011111011011001000101100100011111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,0,143); }

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

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

 a { background-color: rgb(112,0,143); }

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

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

 span { border-color: rgb(112,0,143); }

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