Html Css Color HEX #7E1AAF Purple Heart

📋 copy color: '#7E1AAF'

red 126 ◦ green 26 ◦ blue 175

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

Shades of Purple Heart #7E1AAF

Tints of Purple Heart #7E1AAF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.95%

 BLUE value IS 175 (68.75% from 255) = 53.52%

R = 38.53%
G = 7.95%
B = 53.52%

CMYK

 C value IS 0.28

 M value IS 0.85

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7E1AAF (or 0x7E1AAF) is known color: Purple Heart. HEX triplet: 7E, 1A and AF. RGB value is (126,26,175). Sum of RGB (Red+Green+Blue) = 126+26+175=327 (43% of max value = 765). Red value is 126 (49.61% from 255 or 38.53% from 327); Green value is 26 (10.55% from 255 or 7.95% from 327); Blue value is 175 (68.75% from 255 or 53.52% from 327); Max value from RGB is 175 - color contains mainly: blue. Hex color #7E1AAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7E1AAF is #81E550. Grayscale: #484848. Windows color (decimal): -8512849 or 11475582. OLE color: 11475582.

HSL color Cylindrical-coordinate representation of color #7E1AAF: hue angle of 280.27º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7E1AAF is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 126 26 175 -
CMYK 0.28 0.85 0 0.31
HSL 280.27º 0.74% 0.39% -
HSV(B) 280.27º 0.85% 0.69% -
XYZ 16.71 8.27 41.27 -
YUV 72.89 185.63 165.88 -
System Red Green Blue C M Y K H S L
Decimal 126 26 175 0.28 0.85 0 0.31 280.27 0.74 0.39
Hex 7E 1A AF 1C 55 0 1F 118 4A 27
Octal 176 32 257 34 125 0 37 430 112 47
Binary 1111110 11010 10101111 11100 1010101 0 11111 100011000 1001010 100111

Color Harmonies of #7E1AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1AAF

Black with #7E1AAF

Text Example


Text Example

White with #7E1AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,26,175); }

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

background-color css

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

 a { background-color: rgb(126,26,175); }

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

border-color css

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

 span { border-color: rgb(126,26,175); }

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