Html Css Color HEX #4A1AAE Purple Heart

📋 copy color: '#4A1AAE'

red 74 ◦ green 26 ◦ blue 174

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

Shades of Purple Heart #4A1AAE

Tints of Purple Heart #4A1AAE

RGB

 RED value IS 74 (29.3% from 255) = 27.01%

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

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

R = 27.01%
G = 9.49%
B = 63.5%

CMYK

 C value IS 0.57

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A1AAE (or 0x4A1AAE) is known color: Purple Heart. HEX triplet: 4A, 1A and AE. RGB value is (74,26,174). Sum of RGB (Red+Green+Blue) = 74+26+174=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A1AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1AAE is #B5E551. Grayscale: #383838. Windows color (decimal): -11920722 or 11409994. OLE color: 11409994.

HSL color Cylindrical-coordinate representation of color #4A1AAE: hue angle of 259.46º 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 #4A1AAE is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 26 174 -
CMYK 0.57 0.85 0 0.32
HSL 259.46º 0.74% 0.39% -
HSV(B) 259.46º 0.85% 0.68% -
XYZ 10.83 5.25 40.49 -
YUV 57.22 193.9 139.97 -
System Red Green Blue C M Y K H S L
Decimal 74 26 174 0.57 0.85 0 0.32 259.46 0.74 0.39
Hex 4A 1A AE 39 55 0 20 103 4A 27
Octal 112 32 256 71 125 0 40 403 112 47
Binary 1001010 11010 10101110 111001 1010101 0 100000 100000011 1001010 100111

Color Harmonies of #4A1AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1AAE

Black with #4A1AAE

Text Example


Text Example

White with #4A1AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4A1AAE; }

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

 H1.HeaderClassName
 {
   color: #4A1AAE;
 }
 .AnyTagClassName
 {
   color: #4A1AAE;
 }
</style>

background-color css

<style>
 a { background-color: #4A1AAE; }

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

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

border-color css

<style>
 span { border-color: #4A1AAE; }

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

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