Html Css Color HEX #7E2EBE Purple Heart

📋 copy color: '#7E2EBE'

red 126 ◦ green 46 ◦ blue 190

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

Shades of Purple Heart #7E2EBE

Tints of Purple Heart #7E2EBE

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.71%

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

R = 34.81%
G = 12.71%
B = 52.49%

CMYK

 C value IS 0.34

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E2EBE (or 0x7E2EBE) is known color: Purple Heart. HEX triplet: 7E, 2E and BE. RGB value is (126,46,190). Sum of RGB (Red+Green+Blue) = 126+46+190=362 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.81% from 362); Green value is 46 (18.36% from 255 or 12.71% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E2EBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2EBE is #81D141. Grayscale: #555555. Windows color (decimal): -8507714 or 12463742. OLE color: 12463742.

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

Color convert

RGB 126 46 190 -
CMYK 0.34 0.76 0 0.25
HSL 273.33º 0.61% 0.46% -
HSV(B) 273.33º 0.76% 0.75% -
XYZ 18.88 10.11 49.67 -
YUV 86.34 186.5 156.29 -
System Red Green Blue C M Y K H S L
Decimal 126 46 190 0.34 0.76 0 0.25 273.33 0.61 0.46
Hex 7E 2E BE 22 4C 0 19 111 3D 2E
Octal 176 56 276 42 114 0 31 421 75 56
Binary 1111110 101110 10111110 100010 1001100 0 11001 100010001 111101 101110

Color Harmonies of #7E2EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2EBE

Black with #7E2EBE

Text Example


Text Example

White with #7E2EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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