Html Css Color HEX #701276 Purple

📋 copy color: '#701276'

red 112 ◦ green 18 ◦ blue 118

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

Shades of Purple #701276

Tints of Purple #701276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

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

R = 45.16%
G = 7.26%
B = 47.58%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701276 (or 0x701276) is known color: Purple. HEX triplet: 70, 12 and 76. RGB value is (112,18,118). Sum of RGB (Red+Green+Blue) = 112+18+118=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 118 (46.48% from 255 or 47.58% from 248); Max value from RGB is 118 - color contains mainly: blue. Hex color #701276 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701276 is #8FED89. Grayscale: #393939. Windows color (decimal): -9432458 or 7737968. OLE color: 7737968.

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

Color convert

RGB 112 18 118 -
CMYK 0.05 0.85 0 0.54
HSL 296.4º 0.74% 0.27% -
HSV(B) 296.4º 0.85% 0.46% -
XYZ 10.17 5.19 17.6 -
YUV 57.51 162.14 166.87 -
System Red Green Blue C M Y K H S L
Decimal 112 18 118 0.05 0.85 0 0.54 296.4 0.74 0.27
Hex 70 12 76 5 55 0 36 128 4A 1B
Octal 160 22 166 5 125 0 66 450 112 33
Binary 1110000 10010 1110110 101 1010101 0 110110 100101000 1001010 11011

Color Harmonies of #701276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701276

Black with #701276

Text Example


Text Example

White with #701276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701276; }

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

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

background-color css

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

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

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

border-color css

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

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

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