Html Css Color HEX #701676 Purple

📋 copy color: '#701676'

red 112 ◦ green 22 ◦ blue 118

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

Shades of Purple #701676

Tints of Purple #701676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.73%

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

R = 44.44%
G = 8.73%
B = 46.83%

CMYK

 C value IS 0.05

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#701676 (or 0x701676) is known color: Purple. HEX triplet: 70, 16 and 76. RGB value is (112,22,118). Sum of RGB (Red+Green+Blue) = 112+22+118=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 118 (46.48% from 255 or 46.83% from 252); Max value from RGB is 118 - color contains mainly: blue. Hex color #701676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701676 is #8FE989. Grayscale: #3B3B3B. Windows color (decimal): -9431434 or 7738992. OLE color: 7738992.

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

Color convert

RGB 112 22 118 -
CMYK 0.05 0.81 0 0.54
HSL 296.25º 0.69% 0.27% -
HSV(B) 296.25º 0.81% 0.46% -
XYZ 10.24 5.33 17.63 -
YUV 59.85 160.82 165.19 -
System Red Green Blue C M Y K H S L
Decimal 112 22 118 0.05 0.81 0 0.54 296.25 0.69 0.27
Hex 70 16 76 5 51 0 36 128 45 1B
Octal 160 26 166 5 121 0 66 450 105 33
Binary 1110000 10110 1110110 101 1010001 0 110110 100101000 1000101 11011

Color Harmonies of #701676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701676

Black with #701676

Text Example


Text Example

White with #701676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701676; }

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

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

background-color css

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

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

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

border-color css

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

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

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