#7E2BBD

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

Shades of Purple Heart #7E2BBD

Tints of Purple Heart #7E2BBD

Color information

#7E2BBD (or 0x7E2BBD) is unknown color: approx Purple Heart. HEX triplet: 7E, 2B and BD. RGB value is (126,43,189). Sum of RGB (Red+Green+Blue) = 126+43+189=358 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.20% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E2BBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2BBD is #81D442. Grayscale: #535353. Windows color (decimal): -8508483 or 12397438. OLE color: 12397438.

HSL color Cylindrical-coordinate representation of color #7E2BBD: hue angle of 274.11º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7E2BBD is Cyan = 0.33, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12643189-
CMYK0.330.7700.26
HSL274.11º62.93%45.49%-
HSV(B)274.11º77.25%74.12%-
XYZ18.659.8449.06-
YUV84.46187157.63-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 35.20%
GREEN value IS 43 (17.19% from 255) = 12.01%
BLUE value IS 189 (74.22% from 255) = 52.79%
R=35.20%
G=12.01%
B=52.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126431890.330.7700.26274.1162.9345.49
Hex7E2BBD214D01A1123f2d
Octal17653275411150324227755
Binary1111110101011101111011000011001101011010100010010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E2BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,43,189); }

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

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

 a { background-color: rgb(126,43,189); }

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

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

 span { border-color: rgb(126,43,189); }

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