#7c27b4

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

Shades of Purple Heart #7C27B4

Tints of Purple Heart #7C27B4

Color information

#7C27B4 (or 0x7C27B4) is unknown color: approx Purple Heart. HEX triplet: 7C, 27 and B4. RGB value is (124,39,180). Sum of RGB (Red+Green+Blue) = 124+39+180=343 (45% of max value = 765). Red value is 124 (48.83% from 255 or 36.15% from 343); Green value is 39 (15.62% from 255 or 11.37% from 343); Blue value is 180 (70.70% from 255 or 52.48% from 343); Max value from RGB is 180 - color contains mainly: blue. Hex color #7C27B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C27B4 is #83D84B. Grayscale: #505050. Windows color (decimal): -8640588 or 11806588. OLE color: 11806588.

HSL color Cylindrical-coordinate representation of color #7C27B4: hue angle of 276.17º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7C27B4 is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12439180-
CMYK0.310.7800.29
HSL276.17º64.38%42.94%-
HSV(B)276.17º78.33%70.59%-
XYZ17.289.0344.01-
YUV80.49184.16159.04-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 36.15%
GREEN value IS 39 (15.62% from 255) = 11.37%
BLUE value IS 180 (70.70% from 255) = 52.48%
R=36.15%
G=11.37%
B=52.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal124391800.310.7800.29276.1764.3842.94
Hex7C27B41F4E01D114402b
Octal174472643711603542410053
Binary1111100100111101101001111110011100111011000101001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7c27b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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