#7C24B6

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

Shades of Purple Heart #7C24B6

Tints of Purple Heart #7C24B6

Color information

#7C24B6 (or 0x7C24B6) is unknown color: approx Purple Heart. HEX triplet: 7C, 24 and B6. RGB value is (124,36,182). Sum of RGB (Red+Green+Blue) = 124+36+182=342 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.26% from 342); Green value is 36 (14.45% from 255 or 10.53% from 342); Blue value is 182 (71.48% from 255 or 53.22% from 342); Max value from RGB is 182 - color contains mainly: blue. Hex color #7C24B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C24B6 is #83DB49. Grayscale: #4E4E4E. Windows color (decimal): -8641354 or 11936892. OLE color: 11936892.

HSL color Cylindrical-coordinate representation of color #7C24B6: hue angle of 276.16º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C24B6 is Cyan = 0.32, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12436182-
CMYK0.320.8000.29
HSL276.16º66.97%42.75%-
HSV(B)276.16º80.22%71.37%-
XYZ17.398.9245.06-
YUV78.96186.15160.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.26%
GREEN value IS 36 (14.45% from 255) = 10.53%
BLUE value IS 182 (71.48% from 255) = 53.22%
R=36.26%
G=10.53%
B=53.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124361820.320.8000.29276.1666.9742.75
Hex7C24B6205001D114432b
Octal174442664012003542410353
Binary11111001001001011011010000010100000111011000101001000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C24B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,36,182); }

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

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

 a { background-color: rgb(124,36,182); }

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

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

 span { border-color: rgb(124,36,182); }

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