#7026B1

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

Shades of Purple Heart #7026B1

Tints of Purple Heart #7026B1

Color information

#7026B1 (or 0x7026B1) is unknown color: approx Purple Heart. HEX triplet: 70, 26 and B1. RGB value is (112,38,177). Sum of RGB (Red+Green+Blue) = 112+38+177=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #7026B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7026B1 is #8FD94E. Grayscale: #4B4B4B. Windows color (decimal): -9427279 or 11609712. OLE color: 11609712.

HSL color Cylindrical-coordinate representation of color #7026B1: hue angle of 271.94º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7026B1 is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11238177-
CMYK0.370.7900.31
HSL271.94º64.65%42.16%-
HSV(B)271.94º78.53%69.41%-
XYZ15.318.0142.33-
YUV75.97185.02153.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 34.25%
GREEN value IS 38 (15.23% from 255) = 11.62%
BLUE value IS 177 (69.53% from 255) = 54.13%
R=34.25%
G=11.62%
B=54.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal112381770.370.7900.31271.9464.6542.16
Hex7026B1254F01F110412a
Octal160462614511703742010152
Binary11100001001101011000110010110011110111111000100001000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7026B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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