Html Css Color HEX #700873 Purple

📋 copy color: '#700873'

red 112 ◦ green 8 ◦ blue 115

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

Shades of Purple #700873

Tints of Purple #700873

RGB

 RED value IS 112 (44.14% from 255) = 47.66%

 GREEN value IS 8 (3.52% from 255) = 3.4%

 BLUE value IS 115 (45.31% from 255) = 48.94%

R = 47.66%
G = 3.4%
B = 48.94%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#700873 (or 0x700873) is known color: Purple. HEX triplet: 70, 08 and 73. RGB value is (112,8,115). Sum of RGB (Red+Green+Blue) = 112+8+115=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 115 (45.31% from 255 or 48.94% from 235); Max value from RGB is 115 - color contains mainly: blue. Hex color #700873 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700873 is #8FF78C. Grayscale: #323232. Windows color (decimal): -9435021 or 7538800. OLE color: 7538800.

HSL color Cylindrical-coordinate representation of color #700873: hue angle of 298.32º 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 #700873 is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 8 115 -
CMYK 0.03 0.93 0 0.55
HSL 298.32º 0.87% 0.24% -
HSV(B) 298.32º 0.93% 0.45% -
XYZ 9.86 4.86 16.64 -
YUV 51.29 163.96 171.3 -
System Red Green Blue C M Y K H S L
Decimal 112 8 115 0.03 0.93 0 0.55 298.32 0.87 0.24
Hex 70 8 73 3 5D 0 37 12A 57 18
Octal 160 10 163 3 135 0 67 452 127 30
Binary 1110000 1000 1110011 11 1011101 0 110111 100101010 1010111 11000

Color Harmonies of #700873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700873

Black with #700873

Text Example


Text Example

White with #700873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700873; }

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

 H1.HeaderClassName
 {
   color: #700873;
 }
 .AnyTagClassName
 {
   color: #700873;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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