#7C18B8

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

Shades of Purple Heart #7C18B8

Tints of Purple Heart #7C18B8

Color information

#7C18B8 (or 0x7C18B8) is unknown color: approx Purple Heart. HEX triplet: 7C, 18 and B8. RGB value is (124,24,184). Sum of RGB (Red+Green+Blue) = 124+24+184=332 (43% of max value = 765). Red value is 124 (48.83% from 255 or 37.35% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 184 (72.27% from 255 or 55.42% from 332); Max value from RGB is 184 - color contains mainly: blue. Hex color #7C18B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7C18B8 is #83E747. Grayscale: #474747. Windows color (decimal): -8644424 or 12064892. OLE color: 12064892.

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

Color convert

RGB12424184-
CMYK0.330.8700.28
HSL277.5º76.92%40.78%-
HSV(B)277.5º86.96%72.16%-
XYZ17.298.446.06-
YUV72.14191.13164.99-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 37.35%
GREEN value IS 24 (9.77% from 255) = 7.23%
BLUE value IS 184 (72.27% from 255) = 55.42%
R=37.35%
G=7.23%
B=55.42%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal124241840.330.8700.28277.576.9240.78
Hex7C18B8215701C1164d29
Octal174302704112703442611551
Binary1111100110001011100010000110101110111001000101101001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C18B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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