#7E39BD

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

Shades of Purple Heart #7E39BD

Tints of Purple Heart #7E39BD

Color information

#7E39BD (or 0x7E39BD) is unknown color: approx Purple Heart. HEX triplet: 7E, 39 and BD. RGB value is (126,57,189). Sum of RGB (Red+Green+Blue) = 126+57+189=372 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.87% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #7E39BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E39BD is #81C642. Grayscale: #5C5C5C. Windows color (decimal): -8504899 or 12401022. OLE color: 12401022.

HSL color Cylindrical-coordinate representation of color #7E39BD: hue angle of 271.36º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E39BD is Cyan = 0.33, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12657189-
CMYK0.330.7000.26
HSL271.36º53.66%48.24%-
HSV(B)271.36º69.84%74.12%-
XYZ19.2511.0449.26-
YUV92.68182.36151.77-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 33.87%
GREEN value IS 57 (22.66% from 255) = 15.32%
BLUE value IS 189 (74.22% from 255) = 50.81%
R=33.87%
G=15.32%
B=50.81%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal126571890.330.7000.26271.3653.6648.24
Hex7E39BD214601A10f3630
Octal17671275411060324176660
Binary1111110111001101111011000011000110011010100001111110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E39BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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