#792EBE

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

Shades of Purple Heart #792EBE

Tints of Purple Heart #792EBE

Color information

#792EBE (or 0x792EBE) is unknown color: approx Purple Heart. HEX triplet: 79, 2E and BE. RGB value is (121,46,190). Sum of RGB (Red+Green+Blue) = 121+46+190=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 46 (18.36% from 255 or 12.89% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #792EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792EBE is #86D141. Grayscale: #545454. Windows color (decimal): -8835394 or 12463737. OLE color: 12463737.

HSL color Cylindrical-coordinate representation of color #792EBE: hue angle of 271.25º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #792EBE is Cyan = 0.36, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12146190-
CMYK0.360.7600.25
HSL271.25º61.02%46.27%-
HSV(B)271.25º75.79%74.51%-
XYZ18.169.7449.64-
YUV84.84187.35153.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 46 (18.36% from 255) = 12.89%
BLUE value IS 190 (74.61% from 255) = 53.22%
R=33.89%
G=12.89%
B=53.22%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121461900.360.7600.25271.2561.0246.27
Hex792EBE244C01910f3d2e
Octal17156276441140314177556
Binary1111001101110101111101001001001100011001100001111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792EBE; }

 p { color: rgb(121,46,190); }

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

<style>
 a { background-color: #792EBE; }

 a { background-color: rgb(121,46,190); }

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

<style>
 span { border-color: #792EBE; }

 span { border-color: rgb(121,46,190); }

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