#701EC4

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

Shades of Purple Heart #701EC4

Tints of Purple Heart #701EC4

Color information

#701EC4 (or 0x701EC4) is unknown color: approx Purple Heart. HEX triplet: 70, 1E and C4. RGB value is (112,30,196). Sum of RGB (Red+Green+Blue) = 112+30+196=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #701EC4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701EC4 is #8FE13B. Grayscale: #484848. Windows color (decimal): -9429308 or 12852848. OLE color: 12852848.

HSL color Cylindrical-coordinate representation of color #701EC4: hue angle of 269.64º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #701EC4 is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11230196-
CMYK0.430.8500.23
HSL269.64º73.45%44.31%-
HSV(B)269.64º84.69%76.86%-
XYZ17.118.3652.94-
YUV73.44197.17155.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 30 (12.11% from 255) = 8.88%
BLUE value IS 196 (76.95% from 255) = 57.99%
R=33.14%
G=8.88%
B=57.99%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal112301960.430.8500.23269.6473.4544.31
Hex701EC42B5501710e492c
Octal160363045312502741611154
Binary1110000111101100010010101110101010101111000011101001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #701EC4; }

 p { color: rgb(112,30,196); }

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

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

 a { background-color: rgb(112,30,196); }

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

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

 span { border-color: rgb(112,30,196); }

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