#7D1FB6

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

Shades of Purple Heart #7D1FB6

Tints of Purple Heart #7D1FB6

Color information

#7D1FB6 (or 0x7D1FB6) is unknown color: approx Purple Heart. HEX triplet: 7D, 1F and B6. RGB value is (125,31,182). Sum of RGB (Red+Green+Blue) = 125+31+182=338 (44% of max value = 765). Red value is 125 (49.22% from 255 or 36.98% from 338); Green value is 31 (12.5% from 255 or 9.17% from 338); Blue value is 182 (71.48% from 255 or 53.85% from 338); Max value from RGB is 182 - color contains mainly: blue. Hex color #7D1FB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1FB6 is #82E049. Grayscale: #4B4B4B. Windows color (decimal): -8577098 or 11935613. OLE color: 11935613.

HSL color Cylindrical-coordinate representation of color #7D1FB6: hue angle of 277.35º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7D1FB6 is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12531182-
CMYK0.310.8300.29
HSL277.35º70.89%41.76%-
HSV(B)277.35º82.97%71.37%-
XYZ17.398.7245.02-
YUV76.32187.64162.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 36.98%
GREEN value IS 31 (12.5% from 255) = 9.17%
BLUE value IS 182 (71.48% from 255) = 53.85%
R=36.98%
G=9.17%
B=53.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal125311820.310.8300.29277.3570.8941.76
Hex7D1FB61F5301D115472a
Octal175372663712303542510752
Binary111110111111101101101111110100110111011000101011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,31,182); }

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

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

 a { background-color: rgb(125,31,182); }

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

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

 span { border-color: rgb(125,31,182); }

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