Html Css Color HEX #7E39BA Purple Heart

📋 copy color: '#7E39BA'

red 126 ◦ green 57 ◦ blue 186

#7E39BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #7E39BA

Tints of Purple Heart #7E39BA

RGB

 RED value IS 126 (49.61% from 255) = 34.15%

 GREEN value IS 57 (22.66% from 255) = 15.45%

 BLUE value IS 186 (73.05% from 255) = 50.41%

R = 34.15%
G = 15.45%
B = 50.41%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E39BA (or 0x7E39BA) is known color: Purple Heart. HEX triplet: 7E, 39 and BA. RGB value is (126,57,186). Sum of RGB (Red+Green+Blue) = 126+57+186=369 (48% of max value = 765). Red value is 126 (49.61% from 255 or 34.15% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E39BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E39BA is #81C645. Grayscale: #5B5B5B. Windows color (decimal): -8504902 or 12204414. OLE color: 12204414.

HSL color Cylindrical-coordinate representation of color #7E39BA: hue angle of 272.09º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E39BA is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 57 186 -
CMYK 0.32 0.69 0 0.27
HSL 272.09º 0.53% 0.48% -
HSV(B) 272.09º 0.69% 0.73% -
XYZ 18.93 10.91 47.56 -
YUV 92.34 180.86 152.01 -
System Red Green Blue C M Y K H S L
Decimal 126 57 186 0.32 0.69 0 0.27 272.09 0.53 0.48
Hex 7E 39 BA 20 45 0 1B 110 35 30
Octal 176 71 272 40 105 0 33 420 65 60
Binary 1111110 111001 10111010 100000 1000101 0 11011 100010000 110101 110000

Color Harmonies of #7E39BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E39BA

Black with #7E39BA

Text Example


Text Example

White with #7E39BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7E39BA;
 }
 .AnyTagClassName
 {
   color: #7E39BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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