#70086F

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

Shades of Purple #70086F

Tints of Purple #70086F

Color information

#70086F (or 0x70086F) is unknown color: approx Purple. HEX triplet: 70, 08 and 6F. RGB value is (112,8,111). Sum of RGB (Red+Green+Blue) = 112+8+111=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 111 (43.75% from 255 or 48.05% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #70086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #70086F is #8FF790. Grayscale: #323232. Windows color (decimal): -9435025 or 7276656. OLE color: 7276656.

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

Color convert

RGB1128111-
CMYK00.930.010.56
HSL300.58º86.67%23.53%-
HSV(B)300.58º92.86%43.92%-
XYZ9.644.7715.45-
YUV50.84161.96171.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 8 (3.52% from 255) = 3.46%
BLUE value IS 111 (43.75% from 255) = 48.05%
R=48.48%
G=3.46%
B=48.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.01
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112811100.930.010.56300.5886.6723.53
Hex7086F05D13812d5718
Octal16010157013517045512730
Binary111000010001101111010111011111000100101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70086F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,8,111); }

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

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

 a { background-color: rgb(112,8,111); }

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

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

 span { border-color: rgb(112,8,111); }

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