#7921B6

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

Shades of Purple Heart #7921B6

Tints of Purple Heart #7921B6

Color information

#7921B6 (or 0x7921B6) is unknown color: approx Purple Heart. HEX triplet: 79, 21 and B6. RGB value is (121,33,182). Sum of RGB (Red+Green+Blue) = 121+33+182=336 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.01% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 182 (71.48% from 255 or 54.17% from 336); Max value from RGB is 182 - color contains mainly: blue. Hex color #7921B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7921B6 is #86DE49. Grayscale: #4B4B4B. Windows color (decimal): -8838730 or 11936121. OLE color: 11936121.

HSL color Cylindrical-coordinate representation of color #7921B6: hue angle of 275.44º 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 #7921B6 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12133182-
CMYK0.340.8200.29
HSL275.44º69.3%42.16%-
HSV(B)275.44º81.87%71.37%-
XYZ16.878.5345.01-
YUV76.3187.65159.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.01%
GREEN value IS 33 (13.28% from 255) = 9.82%
BLUE value IS 182 (71.48% from 255) = 54.17%
R=36.01%
G=9.82%
B=54.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121331820.340.8200.29275.4469.342.16
Hex7921B6225201D113452a
Octal171412664212203542310552
Binary11110011000011011011010001010100100111011000100111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7921B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7921B6; }

 p { color: rgb(121,33,182); }

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

<style>
 a { background-color: #7921B6; }

 a { background-color: rgb(121,33,182); }

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

<style>
 span { border-color: #7921B6; }

 span { border-color: rgb(121,33,182); }

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