Html Css Color HEX #700874 Purple

📋 copy color: '#700874'

red 112 ◦ green 8 ◦ blue 116

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

Shades of Purple #700874

Tints of Purple #700874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 49.15%

R = 47.46%
G = 3.39%
B = 49.15%

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

#700874 (or 0x700874) is known color: Purple. HEX triplet: 70, 08 and 74. RGB value is (112,8,116). Sum of RGB (Red+Green+Blue) = 112+8+116=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 8 (3.52% from 255 or 3.39% from 236); Blue value is 116 (45.70% from 255 or 49.15% from 236); Max value from RGB is 116 - color contains mainly: blue. Hex color #700874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #700874 is #8FF78B. Grayscale: #333333. Windows color (decimal): -9435020 or 7604336. OLE color: 7604336.

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

Color convert

RGB 112 8 116 -
CMYK 0.03 0.93 0 0.55
HSL 297.78º 0.87% 0.24% -
HSV(B) 297.78º 0.93% 0.45% -
XYZ 9.92 4.88 16.94 -
YUV 51.41 164.46 171.22 -
System Red Green Blue C M Y K H S L
Decimal 112 8 116 0.03 0.93 0 0.55 297.78 0.87 0.24
Hex 70 8 74 3 5D 0 37 12A 57 18
Octal 160 10 164 3 135 0 67 452 127 30
Binary 1110000 1000 1110100 11 1011101 0 110111 100101010 1010111 11000

Color Harmonies of #700874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #700874

Black with #700874

Text Example


Text Example

White with #700874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #700874; }

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

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

background-color css

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

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

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

border-color css

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

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

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