Html Css Color HEX #701376 Purple

📋 copy color: '#701376'

red 112 ◦ green 19 ◦ blue 118

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

Shades of Purple #701376

Tints of Purple #701376

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.63%

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 44.98%
G = 7.63%
B = 47.39%

CMYK

 C value IS 0.05

 M value IS 0.84

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701376 (or 0x701376) is known color: Purple. HEX triplet: 70, 13 and 76. RGB value is (112,19,118). Sum of RGB (Red+Green+Blue) = 112+19+118=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #701376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701376 is #8FEC89. Grayscale: #393939. Windows color (decimal): -9432202 or 7738224. OLE color: 7738224.

HSL color Cylindrical-coordinate representation of color #701376: hue angle of 296.36º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701376 is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 112 19 118 -
CMYK 0.05 0.84 0 0.54
HSL 296.36º 0.72% 0.27% -
HSV(B) 296.36º 0.84% 0.46% -
XYZ 10.18 5.22 17.61 -
YUV 58.09 161.81 166.45 -
System Red Green Blue C M Y K H S L
Decimal 112 19 118 0.05 0.84 0 0.54 296.36 0.72 0.27
Hex 70 13 76 5 54 0 36 128 48 1B
Octal 160 23 166 5 124 0 66 450 110 33
Binary 1110000 10011 1110110 101 1010100 0 110110 100101000 1001000 11011

Color Harmonies of #701376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701376

Black with #701376

Text Example


Text Example

White with #701376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701376; }

 p { color: rgb(112,19,118); }

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

background-color css

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

 a { background-color: rgb(112,19,118); }

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

border-color css

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

 span { border-color: rgb(112,19,118); }

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