#7926B4

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

Shades of Purple Heart #7926B4

Tints of Purple Heart #7926B4

Color information

#7926B4 (or 0x7926B4) is unknown color: approx Purple Heart. HEX triplet: 79, 26 and B4. RGB value is (121,38,180). Sum of RGB (Red+Green+Blue) = 121+38+180=339 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.69% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 180 (70.70% from 255 or 53.10% from 339); Max value from RGB is 180 - color contains mainly: blue. Hex color #7926B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7926B4 is #86D94B. Grayscale: #4E4E4E. Windows color (decimal): -8837452 or 11806329. OLE color: 11806329.

HSL color Cylindrical-coordinate representation of color #7926B4: hue angle of 275.07º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7926B4 is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12138180-
CMYK0.330.7900.29
HSL275.07º65.14%42.75%-
HSV(B)275.07º78.89%70.59%-
XYZ16.828.7543.98-
YUV79185157.95-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.69%
GREEN value IS 38 (15.23% from 255) = 11.21%
BLUE value IS 180 (70.70% from 255) = 53.10%
R=35.69%
G=11.21%
B=53.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121381800.330.7900.29275.0765.1442.75
Hex7926B4214F01D113412b
Octal171462644111703542310153
Binary11110011001101011010010000110011110111011000100111000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7926B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,38,180); }

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

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

 a { background-color: rgb(121,38,180); }

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

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

 span { border-color: rgb(121,38,180); }

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