#7029BE

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

Shades of Purple Heart #7029BE

Tints of Purple Heart #7029BE

Color information

#7029BE (or 0x7029BE) is unknown color: approx Purple Heart. HEX triplet: 70, 29 and BE. RGB value is (112,41,190). Sum of RGB (Red+Green+Blue) = 112+41+190=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 41 (16.41% from 255 or 11.95% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #7029BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7029BE is #8FD641. Grayscale: #4E4E4E. Windows color (decimal): -9426498 or 12462448. OLE color: 12462448.

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

Color convert

RGB11241190-
CMYK0.410.7800.25
HSL268.59º64.5%45.29%-
HSV(B)268.59º78.42%74.51%-
XYZ16.778.7549.52-
YUV79.22190.52151.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.65%
GREEN value IS 41 (16.41% from 255) = 11.95%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=32.65%
G=11.95%
B=55.39%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112411900.410.7800.25268.5964.545.29
Hex7029BE294E01910d412d
Octal160512765111603141510155
Binary11100001010011011111010100110011100110011000011011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7029BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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