#7F1FB1

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

Shades of Purple Heart #7F1FB1

Tints of Purple Heart #7F1FB1

Color information

#7F1FB1 (or 0x7F1FB1) is unknown color: approx Purple Heart. HEX triplet: 7F, 1F and B1. RGB value is (127,31,177). Sum of RGB (Red+Green+Blue) = 127+31+177=335 (44% of max value = 765). Red value is 127 (50% from 255 or 37.91% from 335); Green value is 31 (12.5% from 255 or 9.25% from 335); Blue value is 177 (69.53% from 255 or 52.84% from 335); Max value from RGB is 177 - color contains mainly: blue. Hex color #7F1FB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F1FB1 is #80E04E. Grayscale: #4B4B4B. Windows color (decimal): -8446031 or 11607935. OLE color: 11607935.

HSL color Cylindrical-coordinate representation of color #7F1FB1: hue angle of 279.45º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F1FB1 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12731177-
CMYK0.280.8200.31
HSL279.45º70.19%40.78%-
HSV(B)279.45º82.49%69.41%-
XYZ17.188.6742.36-
YUV76.35184.8164.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 37.91%
GREEN value IS 31 (12.5% from 255) = 9.25%
BLUE value IS 177 (69.53% from 255) = 52.84%
R=37.91%
G=9.25%
B=52.84%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal127311770.280.8200.31279.4570.1940.78
Hex7F1FB11C5201F1174629
Octal177372613412203742710651
Binary111111111111101100011110010100100111111000101111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,31,177); }

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

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

 a { background-color: rgb(127,31,177); }

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

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

 span { border-color: rgb(127,31,177); }

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