#7f2dc0

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

Shades of Purple Heart #7F2DC0

Tints of Purple Heart #7F2DC0

Color information

#7F2DC0 (or 0x7F2DC0) is unknown color: approx Purple Heart. HEX triplet: 7F, 2D and C0. RGB value is (127,45,192). Sum of RGB (Red+Green+Blue) = 127+45+192=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 192 (75.39% from 255 or 52.75% from 364); Max value from RGB is 192 - color contains mainly: blue. Hex color #7F2DC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7F2DC0 is #80D23F. Grayscale: #555555. Windows color (decimal): -8442432 or 12594559. OLE color: 12594559.

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

Color convert

RGB12745192-
CMYK0.340.7700.25
HSL273.47º62.03%46.47%-
HSV(B)273.47º76.56%75.29%-
XYZ19.2110.1950.82-
YUV86.28187.67157.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.89%
GREEN value IS 45 (17.97% from 255) = 12.36%
BLUE value IS 192 (75.39% from 255) = 52.75%
R=34.89%
G=12.36%
B=52.75%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal127451920.340.7700.25273.4762.0346.47
Hex7F2DC0224D0191113e2e
Octal17755300421150314217656
Binary1111111101101110000001000101001101011001100010001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f2dc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,45,192); }

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

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

 a { background-color: rgb(127,45,192); }

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

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

 span { border-color: rgb(127,45,192); }

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