Html Css Color HEX #701478 Purple

📋 copy color: '#701478'

red 112 ◦ green 20 ◦ blue 120

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

Shades of Purple #701478

Tints of Purple #701478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.94%

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

R = 44.44%
G = 7.94%
B = 47.62%

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

#701478 (or 0x701478) is known color: Purple. HEX triplet: 70, 14 and 78. RGB value is (112,20,120). Sum of RGB (Red+Green+Blue) = 112+20+120=252 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.44% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #701478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701478 is #8FEB87. Grayscale: #3A3A3A. Windows color (decimal): -9431944 or 7869552. OLE color: 7869552.

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

Color convert

RGB 112 20 120 -
CMYK 0.07 0.83 0 0.53
HSL 295.2º 0.71% 0.27% -
HSV(B) 295.2º 0.83% 0.47% -
XYZ 10.32 5.3 18.25 -
YUV 58.91 162.48 165.87 -
System Red Green Blue C M Y K H S L
Decimal 112 20 120 0.07 0.83 0 0.53 295.2 0.71 0.27
Hex 70 14 78 7 53 0 35 127 47 1B
Octal 160 24 170 7 123 0 65 447 107 33
Binary 1110000 10100 1111000 111 1010011 0 110101 100100111 1000111 11011

Color Harmonies of #701478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701478

Black with #701478

Text Example


Text Example

White with #701478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701478; }

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

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

background-color css

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

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

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

border-color css

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

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

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