Html Css Color HEX #701574 Purple

📋 copy color: '#701574'

red 112 ◦ green 21 ◦ blue 116

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

Shades of Purple #701574

Tints of Purple #701574

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

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

R = 44.98%
G = 8.43%
B = 46.59%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#701574 (or 0x701574) is known color: Purple. HEX triplet: 70, 15 and 74. RGB value is (112,21,116). Sum of RGB (Red+Green+Blue) = 112+21+116=249 (32% of max value = 765). Red value is 112 (44.14% from 255 or 44.98% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #701574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701574 is #8FEA8B. Grayscale: #3A3A3A. Windows color (decimal): -9431692 or 7607664. OLE color: 7607664.

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

Color convert

RGB 112 21 116 -
CMYK 0.03 0.82 0 0.55
HSL 297.47º 0.69% 0.27% -
HSV(B) 297.47º 0.82% 0.45% -
XYZ 10.1 5.24 17 -
YUV 59.04 160.15 165.78 -
System Red Green Blue C M Y K H S L
Decimal 112 21 116 0.03 0.82 0 0.55 297.47 0.69 0.27
Hex 70 15 74 3 52 0 37 129 45 1B
Octal 160 25 164 3 122 0 67 451 105 33
Binary 1110000 10101 1110100 11 1010010 0 110111 100101001 1000101 11011

Color Harmonies of #701574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701574

Black with #701574

Text Example


Text Example

White with #701574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701574; }

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

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

background-color css

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

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

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

border-color css

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

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

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