Html Css Color HEX #7E3DBE Purple Heart

📋 copy color: '#7E3DBE'

red 126 ◦ green 61 ◦ blue 190

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

Shades of Purple Heart #7E3DBE

Tints of Purple Heart #7E3DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 16.18%

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

R = 33.42%
G = 16.18%
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

#7E3DBE (or 0x7E3DBE) is known color: Purple Heart. HEX triplet: 7E, 3D and BE. RGB value is (126,61,190). Sum of RGB (Red+Green+Blue) = 126+61+190=377 (49% of max value = 765). Red value is 126 (49.61% from 255 or 33.42% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #7E3DBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3DBE is #81C241. Grayscale: #5E5E5E. Windows color (decimal): -8503874 or 12467582. OLE color: 12467582.

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

Color convert

RGB 126 61 190 -
CMYK 0.34 0.68 0 0.25
HSL 270.23º 0.51% 0.49% -
HSV(B) 270.23º 0.68% 0.75% -
XYZ 19.57 11.49 49.9 -
YUV 95.14 181.53 150.01 -
System Red Green Blue C M Y K H S L
Decimal 126 61 190 0.34 0.68 0 0.25 270.23 0.51 0.49
Hex 7E 3D BE 22 44 0 19 10E 33 31
Octal 176 75 276 42 104 0 31 416 63 61
Binary 1111110 111101 10111110 100010 1000100 0 11001 100001110 110011 110001

Color Harmonies of #7E3DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3DBE

Black with #7E3DBE

Text Example


Text Example

White with #7E3DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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