#7926B9

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

Shades of Purple Heart #7926B9

Tints of Purple Heart #7926B9

Color information

#7926B9 (or 0x7926B9) is unknown color: approx Purple Heart. HEX triplet: 79, 26 and B9. RGB value is (121,38,185). Sum of RGB (Red+Green+Blue) = 121+38+185=344 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.17% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 185 (72.66% from 255 or 53.78% from 344); Max value from RGB is 185 - color contains mainly: blue. Hex color #7926B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7926B9 is #86D946. Grayscale: #4F4F4F. Windows color (decimal): -8837447 or 12134009. OLE color: 12134009.

HSL color Cylindrical-coordinate representation of color #7926B9: hue angle of 273.88º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7926B9 is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12138185-
CMYK0.350.7900.27
HSL273.88º65.92%43.73%-
HSV(B)273.88º79.46%72.55%-
XYZ17.348.9546.71-
YUV79.58187.5157.55-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.17%
GREEN value IS 38 (15.23% from 255) = 11.05%
BLUE value IS 185 (72.66% from 255) = 53.78%
R=35.17%
G=11.05%
B=53.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121381850.350.7900.27273.8865.9243.73
Hex7926B9234F01B112422c
Octal171462714311703342210254
Binary11110011001101011100110001110011110110111000100101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7926B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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