Html Css Color HEX #4A1EAC Purple Heart

📋 copy color: '#4A1EAC'

red 74 ◦ green 30 ◦ blue 172

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

Shades of Purple Heart #4A1EAC

Tints of Purple Heart #4A1EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.32%

R = 26.81%
G = 10.87%
B = 62.32%

CMYK

 C value IS 0.57

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A1EAC (or 0x4A1EAC) is known color: Purple Heart. HEX triplet: 4A, 1E and AC. RGB value is (74,30,172). Sum of RGB (Red+Green+Blue) = 74+30+172=276 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.81% from 276); Green value is 30 (12.11% from 255 or 10.87% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A1EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1EAC is #B5E153. Grayscale: #3A3A3A. Windows color (decimal): -11919700 or 11279946. OLE color: 11279946.

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

Color convert

RGB 74 30 172 -
CMYK 0.57 0.83 0 0.33
HSL 258.59º 0.7% 0.4% -
HSV(B) 258.59º 0.83% 0.67% -
XYZ 10.73 5.36 39.5 -
YUV 59.34 191.58 138.45 -
System Red Green Blue C M Y K H S L
Decimal 74 30 172 0.57 0.83 0 0.33 258.59 0.7 0.4
Hex 4A 1E AC 39 53 0 21 103 46 28
Octal 112 36 254 71 123 0 41 403 106 50
Binary 1001010 11110 10101100 111001 1010011 0 100001 100000011 1000110 101000

Color Harmonies of #4A1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1EAC

Black with #4A1EAC

Text Example


Text Example

White with #4A1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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