#7D1FC1

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

Shades of Purple Heart #7D1FC1

Tints of Purple Heart #7D1FC1

Color information

#7D1FC1 (or 0x7D1FC1) is unknown color: approx Purple Heart. HEX triplet: 7D, 1F and C1. RGB value is (125,31,193). Sum of RGB (Red+Green+Blue) = 125+31+193=349 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.82% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 193 (75.78% from 255 or 55.30% from 349); Max value from RGB is 193 - color contains mainly: blue. Hex color #7D1FC1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D1FC1 is #82E03E. Grayscale: #4D4D4D. Windows color (decimal): -8577087 or 12656509. OLE color: 12656509.

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

Color convert

RGB12531193-
CMYK0.350.8400.24
HSL274.81º72.32%43.92%-
HSV(B)274.81º83.94%75.69%-
XYZ18.579.1951.25-
YUV77.57193.14161.83-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 35.82%
GREEN value IS 31 (12.5% from 255) = 8.88%
BLUE value IS 193 (75.78% from 255) = 55.30%
R=35.82%
G=8.88%
B=55.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal125311930.350.8400.24274.8172.3243.92
Hex7D1FC12354018113482c
Octal175373014312403042311054
Binary1111101111111100000110001110101000110001000100111001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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