Html Css Color HEX #701674 Dark Purple

📋 copy color: '#701674'

red 112 ◦ green 22 ◦ blue 116

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

Shades of Dark Purple #701674

Tints of Dark Purple #701674

RGB

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

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

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

R = 44.8%
G = 8.8%
B = 46.4%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#701674 (or 0x701674) is known color: Dark Purple. HEX triplet: 70, 16 and 74. RGB value is (112,22,116). Sum of RGB (Red+Green+Blue) = 112+22+116=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 116 (45.70% from 255 or 46.4% from 250); Max value from RGB is 116 - color contains mainly: blue. Hex color #701674 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701674 is #8FE98B. Grayscale: #3B3B3B. Windows color (decimal): -9431436 or 7607920. OLE color: 7607920.

HSL color Cylindrical-coordinate representation of color #701674: hue angle of 297.45º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #701674 is Cyan = 0.03, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 22 116 -
CMYK 0.03 0.81 0 0.55
HSL 297.45º 0.68% 0.27% -
HSV(B) 297.45º 0.81% 0.45% -
XYZ 10.12 5.28 17.01 -
YUV 59.63 159.82 165.36 -
System Red Green Blue C M Y K H S L
Decimal 112 22 116 0.03 0.81 0 0.55 297.45 0.68 0.27
Hex 70 16 74 3 51 0 37 129 44 1B
Octal 160 26 164 3 121 0 67 451 104 33
Binary 1110000 10110 1110100 11 1010001 0 110111 100101001 1000100 11011

Color Harmonies of #701674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701674

Black with #701674

Text Example


Text Example

White with #701674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701674; }

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

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

background-color css

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

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

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

border-color css

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

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

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