#792BB8

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

Shades of Purple Heart #792BB8

Tints of Purple Heart #792BB8

Color information

#792BB8 (or 0x792BB8) is unknown color: approx Purple Heart. HEX triplet: 79, 2B and B8. RGB value is (121,43,184). Sum of RGB (Red+Green+Blue) = 121+43+184=348 (46% of max value = 765). Red value is 121 (47.66% from 255 or 34.77% from 348); Green value is 43 (17.19% from 255 or 12.36% from 348); Blue value is 184 (72.27% from 255 or 52.87% from 348); Max value from RGB is 184 - color contains mainly: blue. Hex color #792BB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #792BB8 is #86D447. Grayscale: #515151. Windows color (decimal): -8836168 or 12069753. OLE color: 12069753.

HSL color Cylindrical-coordinate representation of color #792BB8: hue angle of 273.19º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #792BB8 is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12143184-
CMYK0.340.7700.28
HSL273.19º62.11%44.51%-
HSV(B)273.19º76.63%72.16%-
XYZ17.49.2546.22-
YUV82.4185.34155.54-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 34.77%
GREEN value IS 43 (17.19% from 255) = 12.36%
BLUE value IS 184 (72.27% from 255) = 52.87%
R=34.77%
G=12.36%
B=52.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal121431840.340.7700.28273.1962.1144.51
Hex792BB8224D01C1113e2d
Octal17153270421150344217655
Binary1111001101011101110001000101001101011100100010001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,43,184); }

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

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

 a { background-color: rgb(121,43,184); }

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

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

 span { border-color: rgb(121,43,184); }

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