#7026BA

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

Shades of Purple Heart #7026BA

Tints of Purple Heart #7026BA

Color information

#7026BA (or 0x7026BA) is unknown color: approx Purple Heart. HEX triplet: 70, 26 and BA. RGB value is (112,38,186). Sum of RGB (Red+Green+Blue) = 112+38+186=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #7026BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7026BA is #8FD945. Grayscale: #4C4C4C. Windows color (decimal): -9427270 or 12199536. OLE color: 12199536.

HSL color Cylindrical-coordinate representation of color #7026BA: hue angle of 270º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7026BA is Cyan = 0.40, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11238186-
CMYK0.400.8000.27
HSL270º66.07%43.92%-
HSV(B)270º79.57%72.94%-
XYZ16.248.3847.22-
YUV77189.52152.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 38 (15.23% from 255) = 11.31%
BLUE value IS 186 (73.05% from 255) = 55.36%
R=33.33%
G=11.31%
B=55.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal112381860.400.8000.2727066.0743.92
Hex7026BA285001B10e422c
Octal160462725012003341610254
Binary11100001001101011101010100010100000110111000011101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7026BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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