#7C27BA

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

Shades of Purple Heart #7C27BA

Tints of Purple Heart #7C27BA

Color information

#7C27BA (or 0x7C27BA) is unknown color: approx Purple Heart. HEX triplet: 7C, 27 and BA. RGB value is (124,39,186). Sum of RGB (Red+Green+Blue) = 124+39+186=349 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.53% from 349); Green value is 39 (15.62% from 255 or 11.17% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C27BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C27BA is #83D845. Grayscale: #505050. Windows color (decimal): -8640582 or 12199804. OLE color: 12199804.

HSL color Cylindrical-coordinate representation of color #7C27BA: hue angle of 274.69º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C27BA is Cyan = 0.33, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12439186-
CMYK0.330.7900.27
HSL274.69º65.33%44.12%-
HSV(B)274.69º79.03%72.94%-
XYZ17.99.2847.3-
YUV81.17187.16158.55-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.53%
GREEN value IS 39 (15.62% from 255) = 11.17%
BLUE value IS 186 (73.05% from 255) = 53.30%
R=35.53%
G=11.17%
B=53.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal124391860.330.7900.27274.6965.3344.12
Hex7C27BA214F01B113412c
Octal174472724111703342310154
Binary11111001001111011101010000110011110110111000100111000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C27BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,39,186); }

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

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

 a { background-color: rgb(124,39,186); }

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

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

 span { border-color: rgb(124,39,186); }

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