#7026BF

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

Shades of Purple Heart #7026BF

Tints of Purple Heart #7026BF

Color information

#7026BF (or 0x7026BF) is unknown color: approx Purple Heart. HEX triplet: 70, 26 and BF. RGB value is (112,38,191). Sum of RGB (Red+Green+Blue) = 112+38+191=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 38 (15.23% from 255 or 11.14% from 341); Blue value is 191 (75% from 255 or 56.01% from 341); Max value from RGB is 191 - color contains mainly: blue. Hex color #7026BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7026BF is #8FD940. Grayscale: #4D4D4D. Windows color (decimal): -9427265 or 12527216. OLE color: 12527216.

HSL color Cylindrical-coordinate representation of color #7026BF: hue angle of 269.02º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7026BF is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11238191-
CMYK0.410.8000.25
HSL269.02º66.81%44.9%-
HSV(B)269.02º80.1%74.9%-
XYZ16.788.5950.06-
YUV77.57192.02152.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 38 (15.23% from 255) = 11.14%
BLUE value IS 191 (75% from 255) = 56.01%
R=32.84%
G=11.14%
B=56.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112381910.410.8000.25269.0266.8144.9
Hex7026BF295001910d432d
Octal160462775112003141510355
Binary11100001001101011111110100110100000110011000011011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7026BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7026BF; }

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

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

<style>
 a { background-color: #7026BF; }

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

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

<style>
 span { border-color: #7026BF; }

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

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