#7C40CD

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

Shades of Purple Heart #7C40CD

Tints of Purple Heart #7C40CD

Color information

#7C40CD (or 0x7C40CD) is unknown color: approx Purple Heart. HEX triplet: 7C, 40 and CD. RGB value is (124,64,205). Sum of RGB (Red+Green+Blue) = 124+64+205=393 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.55% from 393); Green value is 64 (25.39% from 255 or 16.28% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #7C40CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C40CD is #83BF32. Grayscale: #616161. Windows color (decimal): -8634163 or 13451388. OLE color: 13451388.

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

Color convert

RGB12464205-
CMYK0.400.6900.20
HSL265.53º58.51%52.75%-
HSV(B)265.53º68.78%80.39%-
XYZ21.1712.3659.03-
YUV98.01188.38146.54-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.55%
GREEN value IS 64 (25.39% from 255) = 16.28%
BLUE value IS 205 (80.47% from 255) = 52.16%
R=31.55%
G=16.28%
B=52.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal124642050.400.6900.20265.5358.5152.75
Hex7C40CD284501410a3b35
Octal174100315501050244127365
Binary11111001000000110011011010001000101010100100001010111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C40CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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