Html Css Color HEX #7C1AAE Purple Heart

📋 copy color: '#7C1AAE'

red 124 ◦ green 26 ◦ blue 174

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

Shades of Purple Heart #7C1AAE

Tints of Purple Heart #7C1AAE

RGB

 RED value IS 124 (48.83% from 255) = 38.27%

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

 BLUE value IS 174 (68.36% from 255) = 53.7%

R = 38.27%
G = 8.02%
B = 53.7%

CMYK

 C value IS 0.29

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C1AAE (or 0x7C1AAE) is known color: Purple Heart. HEX triplet: 7C, 1A and AE. RGB value is (124,26,174). Sum of RGB (Red+Green+Blue) = 124+26+174=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 26 (10.55% from 255 or 8.02% from 324); Blue value is 174 (68.36% from 255 or 53.70% from 324); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C1AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C1AAE is #83E551. Grayscale: #474747. Windows color (decimal): -8643922 or 11410044. OLE color: 11410044.

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

Color convert

RGB 124 26 174 -
CMYK 0.29 0.85 0 0.32
HSL 279.73º 0.74% 0.39% -
HSV(B) 279.73º 0.85% 0.68% -
XYZ 16.32 8.08 40.74 -
YUV 72.17 185.47 164.97 -
System Red Green Blue C M Y K H S L
Decimal 124 26 174 0.29 0.85 0 0.32 279.73 0.74 0.39
Hex 7C 1A AE 1D 55 0 20 118 4A 27
Octal 174 32 256 35 125 0 40 430 112 47
Binary 1111100 11010 10101110 11101 1010101 0 100000 100011000 1001010 100111

Color Harmonies of #7C1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C1AAE

Black with #7C1AAE

Text Example


Text Example

White with #7C1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,26,174); }

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

background-color css

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

 a { background-color: rgb(124,26,174); }

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

border-color css

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

 span { border-color: rgb(124,26,174); }

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