Html Css Color HEX #700872 Purple

📋 copy color: '#700872'

red 112 ◦ green 8 ◦ blue 114

#700872
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #700872

Tints of Purple #700872

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 value IS 0.02

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#700872 (or 0x700872) is known color: 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

RGB 112 8 114 -
CMYK 0.02 0.93 0 0.55
HSL 298.87º 0.87% 0.24% -
HSV(B) 298.87º 0.93% 0.45% -
XYZ 9.81 4.83 16.34 -
YUV 51.18 163.46 171.38 -
System Red Green Blue C M Y K H S L
Decimal 112 8 114 0.02 0.93 0 0.55 298.87 0.87 0.24
Hex 70 8 72 2 5D 0 37 12B 57 18
Octal 160 10 162 2 135 0 67 453 127 30
Binary 1110000 1000 1110010 10 1011101 0 110111 100101011 1010111 11000

Color Harmonies of #700872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700872

Black with #700872

Text Example


Text Example

White with #700872

Text Example


Text Example

HTML Codes & Css Web 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>