Html Css Color HEX #701578 Purple

📋 copy color: '#701578'

red 112 ◦ green 21 ◦ blue 120

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

Shades of Purple #701578

Tints of Purple #701578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.43%

R = 44.27%
G = 8.3%
B = 47.43%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#701578 (or 0x701578) is known color: Purple. HEX triplet: 70, 15 and 78. RGB value is (112,21,120). Sum of RGB (Red+Green+Blue) = 112+21+120=253 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.27% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 120 (47.27% from 255 or 47.43% from 253); Max value from RGB is 120 - color contains mainly: blue. Hex color #701578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701578 is #8FEA87. Grayscale: #3B3B3B. Windows color (decimal): -9431688 or 7869808. OLE color: 7869808.

HSL color Cylindrical-coordinate representation of color #701578: hue angle of 295.15º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #701578 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 112 21 120 -
CMYK 0.07 0.83 0 0.53
HSL 295.15º 0.7% 0.28% -
HSV(B) 295.15º 0.83% 0.47% -
XYZ 10.34 5.34 18.25 -
YUV 59.5 162.15 165.45 -
System Red Green Blue C M Y K H S L
Decimal 112 21 120 0.07 0.83 0 0.53 295.15 0.7 0.28
Hex 70 15 78 7 53 0 35 127 46 1C
Octal 160 25 170 7 123 0 65 447 106 34
Binary 1110000 10101 1111000 111 1010011 0 110101 100100111 1000110 11100

Color Harmonies of #701578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701578

Black with #701578

Text Example


Text Example

White with #701578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701578; }

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

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

background-color css

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

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

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

border-color css

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

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

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