#7926BF

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

Shades of Purple Heart #7926BF

Tints of Purple Heart #7926BF

Color information

#7926BF (or 0x7926BF) is unknown color: approx Purple Heart. HEX triplet: 79, 26 and BF. RGB value is (121,38,191). Sum of RGB (Red+Green+Blue) = 121+38+191=350 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.57% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #7926BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7926BF is #86D940. Grayscale: #4F4F4F. Windows color (decimal): -8837441 or 12527225. OLE color: 12527225.

HSL color Cylindrical-coordinate representation of color #7926BF: hue angle of 272.55º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7926BF is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12138191-
CMYK0.370.8000.25
HSL272.55º66.81%44.9%-
HSV(B)272.55º80.1%74.9%-
XYZ17.989.2150.12-
YUV80.26190.5157.06-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.57%
GREEN value IS 38 (15.23% from 255) = 10.86%
BLUE value IS 191 (75% from 255) = 54.57%
R=34.57%
G=10.86%
B=54.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121381910.370.8000.25272.5566.8144.9
Hex7926BF2550019111432d
Octal171462774512003142110355
Binary11110011001101011111110010110100000110011000100011000011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7926BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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