#792dbf

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

Shades of Purple Heart #792DBF

Tints of Purple Heart #792DBF

Color information

#792DBF (or 0x792DBF) is unknown color: approx Purple Heart. HEX triplet: 79, 2D and BF. RGB value is (121,45,191). Sum of RGB (Red+Green+Blue) = 121+45+191=357 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.89% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #792DBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792DBF is #86D240. Grayscale: #535353. Windows color (decimal): -8835649 or 12529017. OLE color: 12529017.

HSL color Cylindrical-coordinate representation of color #792DBF: hue angle of 271.23º degrees, saturation: 0.62, 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 #792DBF is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12145191-
CMYK0.370.7600.25
HSL271.23º61.86%46.27%-
HSV(B)271.23º76.44%74.9%-
XYZ18.239.750.2-
YUV84.37188.18154.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.89%
GREEN value IS 45 (17.97% from 255) = 12.61%
BLUE value IS 191 (75% from 255) = 53.50%
R=33.89%
G=12.61%
B=53.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121451910.370.7600.25271.2361.8646.27
Hex792DBF254C01910f3e2e
Octal17155277451140314177656
Binary1111001101101101111111001011001100011001100001111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792dbf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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