#7020BE

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

Shades of Purple Heart #7020BE

Tints of Purple Heart #7020BE

Color information

#7020BE (or 0x7020BE) is unknown color: approx Purple Heart. HEX triplet: 70, 20 and BE. RGB value is (112,32,190). Sum of RGB (Red+Green+Blue) = 112+32+190=334 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.53% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 190 (74.61% from 255 or 56.89% from 334); Max value from RGB is 190 - color contains mainly: blue. Hex color #7020BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7020BE is #8FDF41. Grayscale: #494949. Windows color (decimal): -9428802 or 12460144. OLE color: 12460144.

HSL color Cylindrical-coordinate representation of color #7020BE: hue angle of 270.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7020BE is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11232190-
CMYK0.410.8300.25
HSL270.38º71.17%43.53%-
HSV(B)270.38º83.16%74.51%-
XYZ16.498.249.43-
YUV73.93193.5155.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.53%
GREEN value IS 32 (12.89% from 255) = 9.58%
BLUE value IS 190 (74.61% from 255) = 56.89%
R=33.53%
G=9.58%
B=56.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112321900.410.8300.25270.3871.1743.53
Hex7020BE295301910e472c
Octal160402765112303141610754
Binary11100001000001011111010100110100110110011000011101000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7020BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7020BE; }

 p { color: rgb(112,32,190); }

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

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

 a { background-color: rgb(112,32,190); }

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

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

 span { border-color: rgb(112,32,190); }

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