#7E38B9

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

Shades of Purple Heart #7E38B9

Tints of Purple Heart #7E38B9

Color information

#7E38B9 (or 0x7E38B9) is unknown color: approx Purple Heart. HEX triplet: 7E, 38 and B9. RGB value is (126,56,185). Sum of RGB (Red+Green+Blue) = 126+56+185=367 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.33% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #7E38B9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E38B9 is #81C746. Grayscale: #5B5B5B. Windows color (decimal): -8505159 or 12138622. OLE color: 12138622.

HSL color Cylindrical-coordinate representation of color #7E38B9: hue angle of 272.56º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7E38B9 is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12656185-
CMYK0.320.7000.27
HSL272.56º53.53%47.25%-
HSV(B)272.56º69.73%72.55%-
XYZ18.7810.7746.99-
YUV91.64180.69152.51-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 34.33%
GREEN value IS 56 (22.27% from 255) = 15.26%
BLUE value IS 185 (72.66% from 255) = 50.41%
R=34.33%
G=15.26%
B=50.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal126561850.320.7000.27272.5653.5347.25
Hex7E38B9204601B111362f
Octal17670271401060334216657
Binary1111110111000101110011000001000110011011100010001110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E38B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,56,185); }

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

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

 a { background-color: rgb(126,56,185); }

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

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

 span { border-color: rgb(126,56,185); }

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