#701EBF

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

Shades of Purple Heart #701EBF

Tints of Purple Heart #701EBF

Color information

#701EBF (or 0x701EBF) is unknown color: approx Purple Heart. HEX triplet: 70, 1E and BF. RGB value is (112,30,191). Sum of RGB (Red+Green+Blue) = 112+30+191=333 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.63% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 191 (75% from 255 or 57.36% from 333); Max value from RGB is 191 - color contains mainly: blue. Hex color #701EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701EBF is #8FE140. Grayscale: #484848. Windows color (decimal): -9429313 or 12525168. OLE color: 12525168.

HSL color Cylindrical-coordinate representation of color #701EBF: hue angle of 270.56º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #701EBF is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11230191-
CMYK0.410.8400.25
HSL270.56º72.85%43.33%-
HSV(B)270.56º84.29%74.9%-
XYZ16.558.1349.99-
YUV72.87194.67155.91-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.63%
GREEN value IS 30 (12.11% from 255) = 9.01%
BLUE value IS 191 (75% from 255) = 57.36%
R=33.63%
G=9.01%
B=57.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112301910.410.8400.25270.5672.8543.33
Hex701EBF295401910f492b
Octal160362775112403141711153
Binary1110000111101011111110100110101000110011000011111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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