#791AB4

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

Shades of Purple Heart #791AB4

Tints of Purple Heart #791AB4

Color information

#791AB4 (or 0x791AB4) is unknown color: approx Purple Heart. HEX triplet: 79, 1A and B4. RGB value is (121,26,180). Sum of RGB (Red+Green+Blue) = 121+26+180=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 180 (70.70% from 255 or 55.05% from 327); Max value from RGB is 180 - color contains mainly: blue. Hex color #791AB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791AB4 is #86E54B. Grayscale: #474747. Windows color (decimal): -8840524 or 11803257. OLE color: 11803257.

HSL color Cylindrical-coordinate representation of color #791AB4: hue angle of 277.01º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #791AB4 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12126180-
CMYK0.330.8600.29
HSL277.01º74.76%40.39%-
HSV(B)277.01º85.56%70.59%-
XYZ16.498.143.87-
YUV71.96188.97162.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.00%
GREEN value IS 26 (10.55% from 255) = 7.95%
BLUE value IS 180 (70.70% from 255) = 55.05%
R=37.00%
G=7.95%
B=55.05%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121261800.330.8600.29277.0174.7640.39
Hex791AB4215601D1154b28
Octal171322644112603542511350
Binary1111001110101011010010000110101100111011000101011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791AB4; }

 p { color: rgb(121,26,180); }

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

<style>
 a { background-color: #791AB4; }

 a { background-color: rgb(121,26,180); }

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

<style>
 span { border-color: #791AB4; }

 span { border-color: rgb(121,26,180); }

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