#7C18AF

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

Shades of Purple Heart #7C18AF

Tints of Purple Heart #7C18AF

Color information

#7C18AF (or 0x7C18AF) is unknown color: approx Purple Heart. HEX triplet: 7C, 18 and AF. RGB value is (124,24,175). Sum of RGB (Red+Green+Blue) = 124+24+175=323 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.39% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 175 (68.75% from 255 or 54.18% from 323); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C18AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C18AF is #83E750. Grayscale: #464646. Windows color (decimal): -8644433 or 11475068. OLE color: 11475068.

HSL color Cylindrical-coordinate representation of color #7C18AF: hue angle of 279.74º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C18AF is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12424175-
CMYK0.290.8600.31
HSL279.74º75.88%39.02%-
HSV(B)279.74º86.29%68.63%-
XYZ16.388.0341.24-
YUV71.11186.63165.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 38.39%
GREEN value IS 24 (9.77% from 255) = 7.43%
BLUE value IS 175 (68.75% from 255) = 54.18%
R=38.39%
G=7.43%
B=54.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal124241750.290.8600.31279.7475.8839.02
Hex7C18AF1D5601F1184c27
Octal174302573512603743011447
Binary111110011000101011111110110101100111111000110001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C18AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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