#7926B7

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

Shades of Purple Heart #7926B7

Tints of Purple Heart #7926B7

Color information

#7926B7 (or 0x7926B7) is unknown color: approx Purple Heart. HEX triplet: 79, 26 and B7. RGB value is (121,38,183). Sum of RGB (Red+Green+Blue) = 121+38+183=342 (45% of max value = 765). Red value is 121 (47.66% from 255 or 35.38% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 183 (71.88% from 255 or 53.51% from 342); Max value from RGB is 183 - color contains mainly: blue. Hex color #7926B7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7926B7 is #86D948. Grayscale: #4E4E4E. Windows color (decimal): -8837449 or 12002937. OLE color: 12002937.

HSL color Cylindrical-coordinate representation of color #7926B7: hue angle of 274.34º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7926B7 is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12138183-
CMYK0.340.7900.28
HSL274.34º65.61%43.33%-
HSV(B)274.34º79.23%71.76%-
XYZ17.138.8745.61-
YUV79.35186.5157.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.38%
GREEN value IS 38 (15.23% from 255) = 11.11%
BLUE value IS 183 (71.88% from 255) = 53.51%
R=35.38%
G=11.11%
B=53.51%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121381830.340.7900.28274.3465.6143.33
Hex7926B7224F01C112422b
Octal171462674211703442210253
Binary11110011001101011011110001010011110111001000100101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7926B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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