Html Css Color HEX #7E3ABA Purple Heart

📋 copy color: '#7E3ABA'

red 126 ◦ green 58 ◦ blue 186

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

Shades of Purple Heart #7E3ABA

Tints of Purple Heart #7E3ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.68%

 BLUE value IS 186 (73.05% from 255) = 50.27%

R = 34.05%
G = 15.68%
B = 50.27%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7E3ABA (or 0x7E3ABA) is known color: Purple Heart. HEX triplet: 7E, 3A and BA. RGB value is (126,58,186). Sum of RGB (Red+Green+Blue) = 126+58+186=370 (49% of max value = 765). Red value is 126 (49.61% from 255 or 34.05% from 370); Green value is 58 (23.05% from 255 or 15.68% from 370); Blue value is 186 (73.05% from 255 or 50.27% from 370); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E3ABA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7E3ABA is #81C545. Grayscale: #5C5C5C. Windows color (decimal): -8504646 or 12204670. OLE color: 12204670.

HSL color Cylindrical-coordinate representation of color #7E3ABA: hue angle of 271.88º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7E3ABA is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 126 58 186 -
CMYK 0.32 0.69 0 0.27
HSL 271.88º 0.52% 0.48% -
HSV(B) 271.88º 0.69% 0.73% -
XYZ 18.98 11.01 47.58 -
YUV 92.92 180.53 151.59 -
System Red Green Blue C M Y K H S L
Decimal 126 58 186 0.32 0.69 0 0.27 271.88 0.52 0.48
Hex 7E 3A BA 20 45 0 1B 110 34 30
Octal 176 72 272 40 105 0 33 420 64 60
Binary 1111110 111010 10111010 100000 1000101 0 11011 100010000 110100 110000

Color Harmonies of #7E3ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E3ABA

Black with #7E3ABA

Text Example


Text Example

White with #7E3ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,58,186); }

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

background-color css

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

 a { background-color: rgb(126,58,186); }

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

border-color css

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

 span { border-color: rgb(126,58,186); }

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