#7F1FBF

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

Shades of Purple Heart #7F1FBF

Tints of Purple Heart #7F1FBF

Color information

#7F1FBF (or 0x7F1FBF) is unknown color: approx Purple Heart. HEX triplet: 7F, 1F and BF. RGB value is (127,31,191). Sum of RGB (Red+Green+Blue) = 127+31+191=349 (46% of max value = 765). Red value is 127 (50% from 255 or 36.39% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F1FBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F1FBF is #80E040. Grayscale: #4D4D4D. Windows color (decimal): -8446017 or 12525439. OLE color: 12525439.

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

Color convert

RGB12731191-
CMYK0.340.8400.25
HSL276º72.07%43.53%-
HSV(B)276º83.77%74.9%-
XYZ18.659.2550.09-
YUV77.94191.8162.99-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 36.39%
GREEN value IS 31 (12.5% from 255) = 8.88%
BLUE value IS 191 (75% from 255) = 54.73%
R=36.39%
G=8.88%
B=54.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127311910.340.8400.2527672.0743.53
Hex7F1FBF2254019114482c
Octal177372774212403142411054
Binary1111111111111011111110001010101000110011000101001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F1FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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