#7126BA

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

Shades of Purple Heart #7126BA

Tints of Purple Heart #7126BA

Color information

#7126BA (or 0x7126BA) is unknown color: approx Purple Heart. HEX triplet: 71, 26 and BA. RGB value is (113,38,186). Sum of RGB (Red+Green+Blue) = 113+38+186=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #7126BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7126BA is #8ED945. Grayscale: #4C4C4C. Windows color (decimal): -9361734 or 12199537. OLE color: 12199537.

HSL color Cylindrical-coordinate representation of color #7126BA: hue angle of 270.41º 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 #7126BA is Cyan = 0.39, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11338186-
CMYK0.390.8000.27
HSL270.41º66.07%43.92%-
HSV(B)270.41º79.57%72.94%-
XYZ16.378.4447.22-
YUV77.3189.35153.47-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.53%
GREEN value IS 38 (15.23% from 255) = 11.28%
BLUE value IS 186 (73.05% from 255) = 55.19%
R=33.53%
G=11.28%
B=55.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal113381860.390.8000.27270.4166.0743.92
Hex7126BA275001B10e422c
Octal161462724712003341610254
Binary11100011001101011101010011110100000110111000011101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7126BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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