#701078

Color #701078 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #701078

Tints of Purple #701078

Color information

#701078 (or 0x701078) is unknown color: approx Purple. HEX triplet: 70, 10 and 78. RGB value is (112,16,120). Sum of RGB (Red+Green+Blue) = 112+16+120=248 (32% of max value = 765). Red value is 112 (44.14% from 255 or 45.16% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 120 (47.27% from 255 or 48.39% from 248); Max value from RGB is 120 - color contains mainly: blue. Hex color #701078 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #701078 is #8FEF87. Grayscale: #383838. Windows color (decimal): -9432968 or 7868528. OLE color: 7868528.

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

Color convert

RGB11216120-
CMYK0.070.8700.53
HSL295.38º76.47%26.67%-
HSV(B)295.38º86.67%47.06%-
XYZ10.265.1718.23-
YUV56.56163.8167.54-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 45.16%
GREEN value IS 16 (6.64% from 255) = 6.45%
BLUE value IS 120 (47.27% from 255) = 48.39%
R=45.16%
G=6.45%
B=48.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112161200.070.8700.53295.3876.4726.67
Hex7010787570351274c1b
Octal16020170712706544711433
Binary111000010000111100011110101110110101100100111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701078; }

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

 H1.HeaderClassName
 {
   color: #701078;
 }
 .AnyTagClassName
 {
   color: #701078;
 }
</style>
background-color css

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

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

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

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

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

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