#70058F

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

Shades of Purple #70058F

Tints of Purple #70058F

Color information

#70058F (or 0x70058F) is unknown color: approx Purple. HEX triplet: 70, 05 and 8F. RGB value is (112,5,143). Sum of RGB (Red+Green+Blue) = 112+5+143=260 (34% of max value = 765). Red value is 112 (44.14% from 255 or 43.08% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #70058F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #70058F is #8FFA70. Grayscale: #343434. Windows color (decimal): -9435761 or 9373040. OLE color: 9373040.

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

Color convert

RGB1125143-
CMYK0.220.9700.44
HSL286.52º93.24%29.02%-
HSV(B)286.52º96.5%56.08%-
XYZ11.695.5426.44-
YUV52.72178.95170.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 43.08%
GREEN value IS 5 (2.34% from 255) = 1.92%
BLUE value IS 143 (56.25% from 255) = 55%
R=43.08%
G=1.92%
B=55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11251430.220.9700.44286.5293.2429.02
Hex7058F166102C11f5d1d
Octal16052172614105443713535
Binary1110000101100011111011011000010101100100011111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70058F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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