#7121B4

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

Shades of Purple Heart #7121B4

Tints of Purple Heart #7121B4

Color information

#7121B4 (or 0x7121B4) is unknown color: approx Purple Heart. HEX triplet: 71, 21 and B4. RGB value is (113,33,180). Sum of RGB (Red+Green+Blue) = 113+33+180=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 33 (13.28% from 255 or 10.12% from 326); Blue value is 180 (70.70% from 255 or 55.21% from 326); Max value from RGB is 180 - color contains mainly: blue. Hex color #7121B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7121B4 is #8EDE4B. Grayscale: #494949. Windows color (decimal): -9363020 or 11805041. OLE color: 11805041.

HSL color Cylindrical-coordinate representation of color #7121B4: hue angle of 272.65º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7121B4 is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11333180-
CMYK0.370.8200.29
HSL272.65º69.01%41.76%-
HSV(B)272.65º81.67%70.59%-
XYZ15.597.8943.88-
YUV73.68188156.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 33 (13.28% from 255) = 10.12%
BLUE value IS 180 (70.70% from 255) = 55.21%
R=34.66%
G=10.12%
B=55.21%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal113331800.370.8200.29272.6569.0141.76
Hex7121B4255201D111452a
Octal161412644512203542110552
Binary11100011000011011010010010110100100111011000100011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7121B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7121B4; }

 p { color: rgb(113,33,180); }

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

<style>
 a { background-color: #7121B4; }

 a { background-color: rgb(113,33,180); }

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

<style>
 span { border-color: #7121B4; }

 span { border-color: rgb(113,33,180); }

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