#7C27C5

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

Shades of Purple Heart #7C27C5

Tints of Purple Heart #7C27C5

Color information

#7C27C5 (or 0x7C27C5) is unknown color: approx Purple Heart. HEX triplet: 7C, 27 and C5. RGB value is (124,39,197). Sum of RGB (Red+Green+Blue) = 124+39+197=360 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.44% from 360); Green value is 39 (15.62% from 255 or 10.83% from 360); Blue value is 197 (77.34% from 255 or 54.72% from 360); Max value from RGB is 197 - color contains mainly: blue. Hex color #7C27C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C27C5 is #83D83A. Grayscale: #515151. Windows color (decimal): -8640571 or 12920700. OLE color: 12920700.

HSL color Cylindrical-coordinate representation of color #7C27C5: hue angle of 272.28º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C27C5 is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12439197-
CMYK0.370.8000.23
HSL272.28º66.95%46.27%-
HSV(B)272.28º80.2%77.25%-
XYZ19.129.7753.7-
YUV82.43192.66157.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 34.44%
GREEN value IS 39 (15.62% from 255) = 10.83%
BLUE value IS 197 (77.34% from 255) = 54.72%
R=34.44%
G=10.83%
B=54.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal124391970.370.8000.23272.2866.9546.27
Hex7C27C52550017110432e
Octal174473054512002742010356
Binary11111001001111100010110010110100000101111000100001000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C27C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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