Html Css Color HEX #7E39BB Purple Heart

📋 copy color: '#7E39BB'

red 126 ◦ green 57 ◦ blue 187

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

Shades of Purple Heart #7E39BB

Tints of Purple Heart #7E39BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.54%

R = 34.05%
G = 15.41%
B = 50.54%

CMYK

 C value IS 0.33

 M value IS 0.70

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E39BB (or 0x7E39BB) is known color: Purple Heart. HEX triplet: 7E, 39 and BB. RGB value is (126,57,187). Sum of RGB (Red+Green+Blue) = 126+57+187=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 187 (73.44% from 255 or 50.54% from 370); Max value from RGB is 187 - color contains mainly: blue. Hex color #7E39BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E39BB is #81C644. Grayscale: #5C5C5C. Windows color (decimal): -8504901 or 12269950. OLE color: 12269950.

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

Color convert

RGB 126 57 187 -
CMYK 0.33 0.70 0 0.27
HSL 271.85º 0.53% 0.48% -
HSV(B) 271.85º 0.7% 0.73% -
XYZ 19.04 10.95 48.12 -
YUV 92.45 181.36 151.93 -
System Red Green Blue C M Y K H S L
Decimal 126 57 187 0.33 0.70 0 0.27 271.85 0.53 0.48
Hex 7E 39 BB 21 46 0 1B 110 35 30
Octal 176 71 273 41 106 0 33 420 65 60
Binary 1111110 111001 10111011 100001 1000110 0 11011 100010000 110101 110000

Color Harmonies of #7E39BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E39BB

Black with #7E39BB

Text Example


Text Example

White with #7E39BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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