#7D2EBE

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

Shades of Purple Heart #7D2EBE

Tints of Purple Heart #7D2EBE

Color information

#7D2EBE (or 0x7D2EBE) is unknown color: approx Purple Heart. HEX triplet: 7D, 2E and BE. RGB value is (125,46,190). Sum of RGB (Red+Green+Blue) = 125+46+190=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 46 (18.36% from 255 or 12.74% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D2EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D2EBE is #82D141. Grayscale: #555555. Windows color (decimal): -8573250 or 12463741. OLE color: 12463741.

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

Color convert

RGB12546190-
CMYK0.340.7600.25
HSL272.92º61.02%46.27%-
HSV(B)272.92º75.79%74.51%-
XYZ18.7310.0349.66-
YUV86.04186.67155.79-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 34.63%
GREEN value IS 46 (18.36% from 255) = 12.74%
BLUE value IS 190 (74.61% from 255) = 52.63%
R=34.63%
G=12.74%
B=52.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal125461900.340.7600.25272.9261.0246.27
Hex7D2EBE224C0191113d2e
Octal17556276421140314217556
Binary1111101101110101111101000101001100011001100010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,46,190); }

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

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

 a { background-color: rgb(125,46,190); }

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

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

 span { border-color: rgb(125,46,190); }

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