#7C40BD

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

Shades of Purple Heart #7C40BD

Tints of Purple Heart #7C40BD

Color information

#7C40BD (or 0x7C40BD) is unknown color: approx Purple Heart. HEX triplet: 7C, 40 and BD. RGB value is (124,64,189). Sum of RGB (Red+Green+Blue) = 124+64+189=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #7C40BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C40BD is #83BF42. Grayscale: #5F5F5F. Windows color (decimal): -8634179 or 12402812. OLE color: 12402812.

HSL color Cylindrical-coordinate representation of color #7C40BD: hue angle of 268.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C40BD is Cyan = 0.34, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12464189-
CMYK0.340.6600.26
HSL268.8º49.41%49.61%-
HSV(B)268.8º66.14%74.12%-
XYZ19.3311.6349.37-
YUV96.19180.38147.84-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 32.89%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=32.89%
G=16.98%
B=50.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal124641890.340.6600.26268.849.4149.61
Hex7C40BD224201A10d3132
Octal174100275421020324156162
Binary11111001000000101111011000101000010011010100001101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C40BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,64,189); }

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

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

 a { background-color: rgb(124,64,189); }

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

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

 span { border-color: rgb(124,64,189); }

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