Html Css Color HEX #7E1BBE Purple Heart

📋 copy color: '#7E1BBE'

red 126 ◦ green 27 ◦ blue 190

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

Shades of Purple Heart #7E1BBE

Tints of Purple Heart #7E1BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.87%

 BLUE value IS 190 (74.61% from 255) = 55.39%

R = 36.73%
G = 7.87%
B = 55.39%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E1BBE (or 0x7E1BBE) is known color: Purple Heart. HEX triplet: 7E, 1B and BE. RGB value is (126,27,190). Sum of RGB (Red+Green+Blue) = 126+27+190=343 (45% of max value = 765). Red value is 126 (49.61% from 255 or 36.73% from 343); Green value is 27 (10.94% from 255 or 7.87% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E1BBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E1BBE is #81E441. Grayscale: #4A4A4A. Windows color (decimal): -8512578 or 12458878. OLE color: 12458878.

HSL color Cylindrical-coordinate representation of color #7E1BBE: hue angle of 276.44º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7E1BBE is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 27 190 -
CMYK 0.34 0.86 0 0.25
HSL 276.44º 0.75% 0.43% -
HSV(B) 276.44º 0.86% 0.75% -
XYZ 18.29 8.94 49.48 -
YUV 75.18 192.8 164.25 -
System Red Green Blue C M Y K H S L
Decimal 126 27 190 0.34 0.86 0 0.25 276.44 0.75 0.43
Hex 7E 1B BE 22 56 0 19 114 4B 2B
Octal 176 33 276 42 126 0 31 424 113 53
Binary 1111110 11011 10111110 100010 1010110 0 11001 100010100 1001011 101011

Color Harmonies of #7E1BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1BBE

Black with #7E1BBE

Text Example


Text Example

White with #7E1BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,27,190); }

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

background-color css

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

 a { background-color: rgb(126,27,190); }

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

border-color css

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

 span { border-color: rgb(126,27,190); }

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