#700872

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

Shades of Purple #700872

Tints of Purple #700872

Color information

#700872 (or 0x700872) is unknown color: approx Purple. HEX triplet: 70, 08 and 72. RGB value is (112,8,114). Sum of RGB (Red+Green+Blue) = 112+8+114=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 114 (44.92% from 255 or 48.72% from 234); Max value from RGB is 114 - color contains mainly: blue. Hex color #700872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700872 is #8FF78D. Grayscale: #323232. Windows color (decimal): -9435022 or 7473264. OLE color: 7473264.

HSL color Cylindrical-coordinate representation of color #700872: hue angle of 298.87º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #700872 is Cyan = 0.02, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1128114-
CMYK0.020.9300.55
HSL298.87º86.89%23.92%-
HSV(B)298.87º92.98%44.71%-
XYZ9.814.8316.34-
YUV51.18163.46171.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 8 (3.52% from 255) = 3.42%
BLUE value IS 114 (44.92% from 255) = 48.72%
R=47.86%
G=3.42%
B=48.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11281140.020.9300.55298.8786.8923.92
Hex7087225D03712b5718
Octal16010162213506745312730
Binary1110000100011100101010111010110111100101011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #700872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #700872; }

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

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

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

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

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

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

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

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