#701EBD

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

Shades of Purple Heart #701EBD

Tints of Purple Heart #701EBD

Color information

#701EBD (or 0x701EBD) is unknown color: approx Purple Heart. HEX triplet: 70, 1E and BD. RGB value is (112,30,189). Sum of RGB (Red+Green+Blue) = 112+30+189=331 (43% of max value = 765). Red value is 112 (44.14% from 255 or 33.84% from 331); Green value is 30 (12.11% from 255 or 9.06% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #701EBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701EBD is #8FE142. Grayscale: #484848. Windows color (decimal): -9429315 or 12394096. OLE color: 12394096.

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

Color convert

RGB11230189-
CMYK0.410.8400.26
HSL270.94º72.6%42.94%-
HSV(B)270.94º84.13%74.12%-
XYZ16.338.0548.84-
YUV72.64193.67156.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.84%
GREEN value IS 30 (12.11% from 255) = 9.06%
BLUE value IS 189 (74.22% from 255) = 57.10%
R=33.84%
G=9.06%
B=57.10%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal112301890.410.8400.26270.9472.642.94
Hex701EBD295401A10f492b
Octal160362755112403241711153
Binary1110000111101011110110100110101000110101000011111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #701EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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