Html Css Color HEX #701680 Purple

📋 copy color: '#701680'

red 112 ◦ green 22 ◦ blue 128

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

Shades of Purple #701680

Tints of Purple #701680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 48.85%

R = 42.75%
G = 8.4%
B = 48.85%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#701680 (or 0x701680) is known color: Purple. HEX triplet: 70, 16 and 80. RGB value is (112,22,128). Sum of RGB (Red+Green+Blue) = 112+22+128=262 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.75% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 128 (50.39% from 255 or 48.85% from 262); Max value from RGB is 128 - color contains mainly: blue. Hex color #701680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #701680 is #8FE97F. Grayscale: #3C3C3C. Windows color (decimal): -9431424 or 8394352. OLE color: 8394352.

HSL color Cylindrical-coordinate representation of color #701680: hue angle of 290.94º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #701680 is Cyan = 0.12, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 22 128 -
CMYK 0.12 0.83 0 0.50
HSL 290.94º 0.71% 0.29% -
HSV(B) 290.94º 0.83% 0.5% -
XYZ 10.87 5.58 20.93 -
YUV 60.99 165.82 164.38 -
System Red Green Blue C M Y K H S L
Decimal 112 22 128 0.12 0.83 0 0.50 290.94 0.71 0.29
Hex 70 16 80 C 53 0 32 123 47 1D
Octal 160 26 200 14 123 0 62 443 107 35
Binary 1110000 10110 10000000 1100 1010011 0 110010 100100011 1000111 11101

Color Harmonies of #701680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701680

Black with #701680

Text Example


Text Example

White with #701680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701680; }

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

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

background-color css

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

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

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

border-color css

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

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

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