#791CBC

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

Shades of Purple Heart #791CBC

Tints of Purple Heart #791CBC

Color information

#791CBC (or 0x791CBC) is unknown color: approx Purple Heart. HEX triplet: 79, 1C and BC. RGB value is (121,28,188). Sum of RGB (Red+Green+Blue) = 121+28+188=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 28 (11.33% from 255 or 8.31% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #791CBC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #791CBC is #86E343. Grayscale: #494949. Windows color (decimal): -8840004 or 12328057. OLE color: 12328057.

HSL color Cylindrical-coordinate representation of color #791CBC: hue angle of 274.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791CBC is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12128188-
CMYK0.360.8500.26
HSL274.88º74.07%42.35%-
HSV(B)274.88º85.11%73.73%-
XYZ17.388.5348.31-
YUV74.05192.31161.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 28 (11.33% from 255) = 8.31%
BLUE value IS 188 (73.83% from 255) = 55.79%
R=35.91%
G=8.31%
B=55.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121281880.360.8500.26274.8874.0742.35
Hex791CBC245501A1134a2a
Octal171342744412503242311252
Binary1111001111001011110010010010101010110101000100111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,28,188); }

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

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

 a { background-color: rgb(121,28,188); }

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

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

 span { border-color: rgb(121,28,188); }

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