Html Css Color HEX #701278 Purple

📋 copy color: '#701278'

red 112 ◦ green 18 ◦ blue 120

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

Shades of Purple #701278

Tints of Purple #701278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

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

R = 44.8%
G = 7.2%
B = 48%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#701278 (or 0x701278) is known color: Purple. HEX triplet: 70, 12 and 78. RGB value is (112,18,120). Sum of RGB (Red+Green+Blue) = 112+18+120=250 (33% of max value = 765). Red value is 112 (44.14% from 255 or 44.8% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 120 (47.27% from 255 or 48% from 250); Max value from RGB is 120 - color contains mainly: blue. Hex color #701278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701278 is #8FED87. Grayscale: #393939. Windows color (decimal): -9432456 or 7869040. OLE color: 7869040.

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

Color convert

RGB 112 18 120 -
CMYK 0.07 0.85 0 0.53
HSL 295.29º 0.74% 0.27% -
HSV(B) 295.29º 0.85% 0.47% -
XYZ 10.29 5.23 18.24 -
YUV 57.73 163.14 166.71 -
System Red Green Blue C M Y K H S L
Decimal 112 18 120 0.07 0.85 0 0.53 295.29 0.74 0.27
Hex 70 12 78 7 55 0 35 127 4A 1B
Octal 160 22 170 7 125 0 65 447 112 33
Binary 1110000 10010 1111000 111 1010101 0 110101 100100111 1001010 11011

Color Harmonies of #701278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701278

Black with #701278

Text Example


Text Example

White with #701278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701278; }

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

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

background-color css

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

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

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

border-color css

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

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

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