#7e27c5

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

Shades of Purple Heart #7E27C5

Tints of Purple Heart #7E27C5

Color information

#7E27C5 (or 0x7E27C5) is unknown color: approx Purple Heart. HEX triplet: 7E, 27 and C5. RGB value is (126,39,197). Sum of RGB (Red+Green+Blue) = 126+39+197=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 39 (15.62% from 255 or 10.77% from 362); Blue value is 197 (77.34% from 255 or 54.42% from 362); Max value from RGB is 197 - color contains mainly: blue. Hex color #7E27C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E27C5 is #81D83A. Grayscale: #525252. Windows color (decimal): -8509499 or 12920702. OLE color: 12920702.

HSL color Cylindrical-coordinate representation of color #7E27C5: hue angle of 273.04º 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 #7E27C5 is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB12639197-
CMYK0.360.8000.23
HSL273.04º66.95%46.27%-
HSV(B)273.04º80.2%77.25%-
XYZ19.419.9253.71-
YUV83.02192.32158.65-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.81%
GREEN value IS 39 (15.62% from 255) = 10.77%
BLUE value IS 197 (77.34% from 255) = 54.42%
R=34.81%
G=10.77%
B=54.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal126391970.360.8000.23273.0466.9546.27
Hex7E27C52450017111432e
Octal176473054412002742110356
Binary11111101001111100010110010010100000101111000100011000011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7e27c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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