#7932BC

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

Shades of Purple Heart #7932BC

Tints of Purple Heart #7932BC

Color information

#7932BC (or 0x7932BC) is unknown color: approx Purple Heart. HEX triplet: 79, 32 and BC. RGB value is (121,50,188). Sum of RGB (Red+Green+Blue) = 121+50+188=359 (47% of max value = 765). Red value is 121 (47.66% from 255 or 33.70% from 359); Green value is 50 (19.92% from 255 or 13.93% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #7932BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7932BC is #86CD43. Grayscale: #565656. Windows color (decimal): -8834372 or 12333689. OLE color: 12333689.

HSL color Cylindrical-coordinate representation of color #7932BC: hue angle of 270.87º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7932BC is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12150188-
CMYK0.360.7300.26
HSL270.87º57.98%46.67%-
HSV(B)270.87º73.4%73.73%-
XYZ18.19.9848.55-
YUV86.96185.02152.28-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 33.70%
GREEN value IS 50 (19.92% from 255) = 13.93%
BLUE value IS 188 (73.83% from 255) = 52.37%
R=33.70%
G=13.93%
B=52.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121501880.360.7300.26270.8757.9846.67
Hex7932BC244901A10f3a2f
Octal17162274441110324177257
Binary1111001110010101111001001001001001011010100001111111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7932BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7932BC; }

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

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

<style>
 a { background-color: #7932BC; }

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

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

<style>
 span { border-color: #7932BC; }

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

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