#7C1DC8

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

Shades of Purple Heart #7C1DC8

Tints of Purple Heart #7C1DC8

Color information

#7C1DC8 (or 0x7C1DC8) is unknown color: approx Purple Heart. HEX triplet: 7C, 1D and C8. RGB value is (124,29,200). Sum of RGB (Red+Green+Blue) = 124+29+200=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 29 (11.72% from 255 or 8.22% from 353); Blue value is 200 (78.52% from 255 or 56.66% from 353); Max value from RGB is 200 - color contains mainly: blue. Hex color #7C1DC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C1DC8 is #83E237. Grayscale: #4C4C4C. Windows color (decimal): -8643128 or 13114748. OLE color: 13114748.

HSL color Cylindrical-coordinate representation of color #7C1DC8: hue angle of 273.33º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C1DC8 is Cyan = 0.38, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB12429200-
CMYK0.380.8600.22
HSL273.33º74.67%44.9%-
HSV(B)273.33º85.5%78.43%-
XYZ19.189.3355.43-
YUV76.9197.47161.6-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.13%
GREEN value IS 29 (11.72% from 255) = 8.22%
BLUE value IS 200 (78.52% from 255) = 56.66%
R=35.13%
G=8.22%
B=56.66%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal124292000.380.8600.22273.3374.6744.9
Hex7C1DC826560161114b2d
Octal174353104612602642111355
Binary1111100111011100100010011010101100101101000100011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,29,200); }

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

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

 a { background-color: rgb(124,29,200); }

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

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

 span { border-color: rgb(124,29,200); }

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