Html Css Color HEX #7E2DBE Purple Heart

📋 copy color: '#7E2DBE'

red 126 ◦ green 45 ◦ blue 190

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

Shades of Purple Heart #7E2DBE

Tints of Purple Heart #7E2DBE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.47%

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

R = 34.9%
G = 12.47%
B = 52.63%

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

#7E2DBE (or 0x7E2DBE) is known color: Purple Heart. HEX triplet: 7E, 2D and BE. RGB value is (126,45,190). Sum of RGB (Red+Green+Blue) = 126+45+190=361 (47% of max value = 765). Red value is 126 (49.61% from 255 or 34.90% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 190 (74.61% from 255 or 52.63% from 361); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E2DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E2DBE is #81D241. Grayscale: #555555. Windows color (decimal): -8507970 or 12463486. OLE color: 12463486.

HSL color Cylindrical-coordinate representation of color #7E2DBE: hue angle of 273.52º degrees, saturation: 0.62, 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 #7E2DBE is Cyan = 0.34, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 126 45 190 -
CMYK 0.34 0.76 0 0.25
HSL 273.52º 0.62% 0.46% -
HSV(B) 273.52º 0.76% 0.75% -
XYZ 18.84 10.03 49.66 -
YUV 85.75 186.84 156.71 -
System Red Green Blue C M Y K H S L
Decimal 126 45 190 0.34 0.76 0 0.25 273.52 0.62 0.46
Hex 7E 2D BE 22 4C 0 19 112 3E 2E
Octal 176 55 276 42 114 0 31 422 76 56
Binary 1111110 101101 10111110 100010 1001100 0 11001 100010010 111110 101110

Color Harmonies of #7E2DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E2DBE

Black with #7E2DBE

Text Example


Text Example

White with #7E2DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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