#7F26B9

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

Shades of Purple Heart #7F26B9

Tints of Purple Heart #7F26B9

Color information

#7F26B9 (or 0x7F26B9) is unknown color: approx Purple Heart. HEX triplet: 7F, 26 and B9. RGB value is (127,38,185). Sum of RGB (Red+Green+Blue) = 127+38+185=350 (46% of max value = 765). Red value is 127 (50% from 255 or 36.29% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 185 (72.66% from 255 or 52.86% from 350); Max value from RGB is 185 - color contains mainly: blue. Hex color #7F26B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F26B9 is #80D946. Grayscale: #505050. Windows color (decimal): -8444231 or 12134015. OLE color: 12134015.

HSL color Cylindrical-coordinate representation of color #7F26B9: hue angle of 276.33º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F26B9 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12738185-
CMYK0.310.7900.27
HSL276.33º65.92%43.73%-
HSV(B)276.33º79.46%72.55%-
XYZ18.29.446.75-
YUV81.37186.49160.55-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.29%
GREEN value IS 38 (15.23% from 255) = 10.86%
BLUE value IS 185 (72.66% from 255) = 52.86%
R=36.29%
G=10.86%
B=52.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal127381850.310.7900.27276.3365.9243.73
Hex7F26B91F4F01B114422c
Octal177462713711703342410254
Binary1111111100110101110011111110011110110111000101001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F26B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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