#7C42CD

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

Shades of Purple Heart #7C42CD

Tints of Purple Heart #7C42CD

Color information

#7C42CD (or 0x7C42CD) is unknown color: approx Purple Heart. HEX triplet: 7C, 42 and CD. RGB value is (124,66,205). Sum of RGB (Red+Green+Blue) = 124+66+205=395 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.39% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C42CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C42CD is #83BD32. Grayscale: #626262. Windows color (decimal): -8633651 or 13451900. OLE color: 13451900.

HSL color Cylindrical-coordinate representation of color #7C42CD: hue angle of 265.04º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7C42CD is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB12466205-
CMYK0.400.6800.20
HSL265.04º58.16%53.14%-
HSV(B)265.04º67.8%80.39%-
XYZ21.2812.5959.07-
YUV99.19187.72145.7-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.39%
GREEN value IS 66 (26.17% from 255) = 16.71%
BLUE value IS 205 (80.47% from 255) = 51.90%
R=31.39%
G=16.71%
B=51.90%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124662050.400.6800.20265.0458.1653.14
Hex7C42CD28440141093a35
Octal174102315501040244117265
Binary11111001000010110011011010001000100010100100001001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C42CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,66,205); }

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

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

 a { background-color: rgb(124,66,205); }

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

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

 span { border-color: rgb(124,66,205); }

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