#7c2cb8

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

Shades of Purple Heart #7C2CB8

Tints of Purple Heart #7C2CB8

Color information

#7C2CB8 (or 0x7C2CB8) is unknown color: approx Purple Heart. HEX triplet: 7C, 2C and B8. RGB value is (124,44,184). Sum of RGB (Red+Green+Blue) = 124+44+184=352 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.23% from 352); Green value is 44 (17.58% from 255 or 12.5% from 352); Blue value is 184 (72.27% from 255 or 52.27% from 352); Max value from RGB is 184 - color contains mainly: blue. Hex color #7C2CB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C2CB8 is #83D347. Grayscale: #535353. Windows color (decimal): -8639304 or 12070012. OLE color: 12070012.

HSL color Cylindrical-coordinate representation of color #7C2CB8: hue angle of 274.29º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C2CB8 is Cyan = 0.33, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB12444184-
CMYK0.330.7600.28
HSL274.29º61.4%44.71%-
HSV(B)274.29º76.09%72.16%-
XYZ17.869.5546.25-
YUV83.88184.5156.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.23%
GREEN value IS 44 (17.58% from 255) = 12.5%
BLUE value IS 184 (72.27% from 255) = 52.27%
R=35.23%
G=12.5%
B=52.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal124441840.330.7600.28274.2961.444.71
Hex7C2CB8214C01C1123d2d
Octal17454270411140344227555
Binary1111100101100101110001000011001100011100100010010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c2cb8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7c2cb8; }

 p { color: rgb(124,44,184); }

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

<style>
 a { background-color: #7c2cb8; }

 a { background-color: rgb(124,44,184); }

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

<style>
 span { border-color: #7c2cb8; }

 span { border-color: rgb(124,44,184); }

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