Html Css Color HEX #7E29BE Purple Heart

📋 copy color: '#7E29BE'

red 126 ◦ green 41 ◦ blue 190

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

Shades of Purple Heart #7E29BE

Tints of Purple Heart #7E29BE

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.48%

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

R = 35.29%
G = 11.48%
B = 53.22%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E29BE (or 0x7E29BE) is known color: Purple Heart. HEX triplet: 7E, 29 and BE. RGB value is (126,41,190). Sum of RGB (Red+Green+Blue) = 126+41+190=357 (47% of max value = 765). Red value is 126 (49.61% from 255 or 35.29% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E29BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E29BE is #81D641. Grayscale: #525252. Windows color (decimal): -8508994 or 12462462. OLE color: 12462462.

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

Color convert

RGB 126 41 190 -
CMYK 0.34 0.78 0 0.25
HSL 274.23º 0.65% 0.45% -
HSV(B) 274.23º 0.78% 0.75% -
XYZ 18.69 9.74 49.61 -
YUV 83.4 188.16 158.38 -
System Red Green Blue C M Y K H S L
Decimal 126 41 190 0.34 0.78 0 0.25 274.23 0.65 0.45
Hex 7E 29 BE 22 4E 0 19 112 41 2D
Octal 176 51 276 42 116 0 31 422 101 55
Binary 1111110 101001 10111110 100010 1001110 0 11001 100010010 1000001 101101

Color Harmonies of #7E29BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E29BE

Black with #7E29BE

Text Example


Text Example

White with #7E29BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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