#7F20BE

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

Shades of Purple Heart #7F20BE

Tints of Purple Heart #7F20BE

Color information

#7F20BE (or 0x7F20BE) is unknown color: approx Purple Heart. HEX triplet: 7F, 20 and BE. RGB value is (127,32,190). Sum of RGB (Red+Green+Blue) = 127+32+190=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 32 (12.89% from 255 or 9.17% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F20BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F20BE is #80DF41. Grayscale: #4D4D4D. Windows color (decimal): -8445762 or 12460159. OLE color: 12460159.

HSL color Cylindrical-coordinate representation of color #7F20BE: hue angle of 276.08º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F20BE is Cyan = 0.33, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12732190-
CMYK0.330.8300.25
HSL276.08º71.17%43.53%-
HSV(B)276.08º83.16%74.51%-
XYZ18.569.2649.52-
YUV78.42190.97162.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.39%
GREEN value IS 32 (12.89% from 255) = 9.17%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=36.39%
G=9.17%
B=54.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127321900.330.8300.25276.0871.1743.53
Hex7F20BE2153019114472c
Octal177402764112303142410754
Binary11111111000001011111010000110100110110011000101001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F20BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,32,190); }

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

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

 a { background-color: rgb(127,32,190); }

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

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

 span { border-color: rgb(127,32,190); }

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