#7C27BE

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

Shades of Purple Heart #7C27BE

Tints of Purple Heart #7C27BE

Color information

#7C27BE (or 0x7C27BE) is unknown color: approx Purple Heart. HEX triplet: 7C, 27 and BE. RGB value is (124,39,190). Sum of RGB (Red+Green+Blue) = 124+39+190=353 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.13% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C27BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C27BE is #83D841. Grayscale: #515151. Windows color (decimal): -8640578 or 12461948. OLE color: 12461948.

HSL color Cylindrical-coordinate representation of color #7C27BE: hue angle of 273.77º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7C27BE is Cyan = 0.35, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12439190-
CMYK0.350.7900.25
HSL273.77º65.94%44.9%-
HSV(B)273.77º79.47%74.51%-
XYZ18.339.4549.57-
YUV81.63189.16158.22-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 35.13%
GREEN value IS 39 (15.62% from 255) = 11.05%
BLUE value IS 190 (74.61% from 255) = 53.82%
R=35.13%
G=11.05%
B=53.82%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal124391900.350.7900.25273.7765.9444.9
Hex7C27BE234F019112422d
Octal174472764311703142210255
Binary11111001001111011111010001110011110110011000100101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C27BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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