#7222BE

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

Shades of Purple Heart #7222BE

Tints of Purple Heart #7222BE

Color information

#7222BE (or 0x7222BE) is unknown color: approx Purple Heart. HEX triplet: 72, 22 and BE. RGB value is (114,34,190). Sum of RGB (Red+Green+Blue) = 114+34+190=338 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.73% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 190 (74.61% from 255 or 56.21% from 338); Max value from RGB is 190 - color contains mainly: blue. Hex color #7222BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7222BE is #8DDD41. Grayscale: #4B4B4B. Windows color (decimal): -9297218 or 12460658. OLE color: 12460658.

HSL color Cylindrical-coordinate representation of color #7222BE: hue angle of 270.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7222BE is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11434190-
CMYK0.400.8200.25
HSL270.77º69.64%43.92%-
HSV(B)270.77º82.11%74.51%-
XYZ16.818.4449.46-
YUV75.7192.5155.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.73%
GREEN value IS 34 (13.67% from 255) = 10.06%
BLUE value IS 190 (74.61% from 255) = 56.21%
R=33.73%
G=10.06%
B=56.21%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114341900.400.8200.25270.7769.6443.92
Hex7222BE285201910f462c
Octal162422765012203141710654
Binary11100101000101011111010100010100100110011000011111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7222BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,34,190); }

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

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

 a { background-color: rgb(114,34,190); }

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

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

 span { border-color: rgb(114,34,190); }

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