#7F26B6

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

Shades of Purple Heart #7F26B6

Tints of Purple Heart #7F26B6

Color information

#7F26B6 (or 0x7F26B6) is unknown color: approx Purple Heart. HEX triplet: 7F, 26 and B6. RGB value is (127,38,182). Sum of RGB (Red+Green+Blue) = 127+38+182=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 38 (15.23% from 255 or 10.95% from 347); Blue value is 182 (71.48% from 255 or 52.45% from 347); Max value from RGB is 182 - color contains mainly: blue. Hex color #7F26B6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F26B6 is #80D949. Grayscale: #505050. Windows color (decimal): -8444234 or 11937407. OLE color: 11937407.

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

Color convert

RGB12738182-
CMYK0.300.7900.29
HSL277.08º65.45%43.14%-
HSV(B)277.08º79.12%71.37%-
XYZ17.899.2845.1-
YUV81.03184.99160.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.60%
GREEN value IS 38 (15.23% from 255) = 10.95%
BLUE value IS 182 (71.48% from 255) = 52.45%
R=36.60%
G=10.95%
B=52.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal127381820.300.7900.29277.0865.4543.14
Hex7F26B61E4F01D115412b
Octal177462663611703542510153
Binary1111111100110101101101111010011110111011000101011000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F26B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,38,182); }

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

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

 a { background-color: rgb(127,38,182); }

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

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

 span { border-color: rgb(127,38,182); }

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