Html Css Color HEX #7E3EBF Purple Heart

📋 copy color: '#7E3EBF'

red 126 ◦ green 62 ◦ blue 191

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

Shades of Purple Heart #7E3EBF

Tints of Purple Heart #7E3EBF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.36%

 BLUE value IS 191 (75% from 255) = 50.4%

R = 33.25%
G = 16.36%
B = 50.4%

CMYK

 C value IS 0.34

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7E3EBF (or 0x7E3EBF) is known color: Purple Heart. HEX triplet: 7E, 3E and BF. RGB value is (126,62,191). Sum of RGB (Red+Green+Blue) = 126+62+191=379 (50% of max value = 765). Red value is 126 (49.61% from 255 or 33.25% from 379); Green value is 62 (24.61% from 255 or 16.36% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E3EBF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3EBF is #81C140. Grayscale: #5F5F5F. Windows color (decimal): -8503617 or 12533374. OLE color: 12533374.

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

Color convert

RGB 126 62 191 -
CMYK 0.34 0.68 0 0.25
HSL 269.77º 0.51% 0.5% -
HSV(B) 269.77º 0.68% 0.75% -
XYZ 19.73 11.64 50.5 -
YUV 95.84 181.7 149.51 -
System Red Green Blue C M Y K H S L
Decimal 126 62 191 0.34 0.68 0 0.25 269.77 0.51 0.5
Hex 7E 3E BF 22 44 0 19 10E 33 32
Octal 176 76 277 42 104 0 31 416 63 62
Binary 1111110 111110 10111111 100010 1000100 0 11001 100001110 110011 110010

Color Harmonies of #7E3EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3EBF

Black with #7E3EBF

Text Example


Text Example

White with #7E3EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,62,191); }

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

background-color css

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

 a { background-color: rgb(126,62,191); }

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

border-color css

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

 span { border-color: rgb(126,62,191); }

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