Html Css Color HEX #4A1EAE Purple Heart

📋 copy color: '#4A1EAE'

red 74 ◦ green 30 ◦ blue 174

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

Shades of Purple Heart #4A1EAE

Tints of Purple Heart #4A1EAE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.79%

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

R = 26.62%
G = 10.79%
B = 62.59%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4A1EAE (or 0x4A1EAE) is known color: Purple Heart. HEX triplet: 4A, 1E and AE. RGB value is (74,30,174). Sum of RGB (Red+Green+Blue) = 74+30+174=278 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.62% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #4A1EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1EAE is #B5E151. Grayscale: #3B3B3B. Windows color (decimal): -11919698 or 11411018. OLE color: 11411018.

HSL color Cylindrical-coordinate representation of color #4A1EAE: hue angle of 258.33º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4A1EAE is Cyan = 0.57, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 74 30 174 -
CMYK 0.57 0.83 0 0.32
HSL 258.33º 0.71% 0.4% -
HSV(B) 258.33º 0.83% 0.68% -
XYZ 10.93 5.44 40.52 -
YUV 59.57 192.58 138.29 -
System Red Green Blue C M Y K H S L
Decimal 74 30 174 0.57 0.83 0 0.32 258.33 0.71 0.4
Hex 4A 1E AE 39 53 0 20 102 47 28
Octal 112 36 256 71 123 0 40 402 107 50
Binary 1001010 11110 10101110 111001 1010011 0 100000 100000010 1000111 101000

Color Harmonies of #4A1EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1EAE

Black with #4A1EAE

Text Example


Text Example

White with #4A1EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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