Html Css Color HEX #4A1EAB Purple Heart

📋 copy color: '#4A1EAB'

red 74 ◦ green 30 ◦ blue 171

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

Shades of Purple Heart #4A1EAB

Tints of Purple Heart #4A1EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.18%

R = 26.91%
G = 10.91%
B = 62.18%

CMYK

 C value IS 0.57

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A1EAB (or 0x4A1EAB) is known color: Purple Heart. HEX triplet: 4A, 1E and AB. RGB value is (74,30,171). Sum of RGB (Red+Green+Blue) = 74+30+171=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 30 (12.11% from 255 or 10.91% from 275); Blue value is 171 (67.19% from 255 or 62.18% from 275); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A1EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1EAB is #B5E154. Grayscale: #3A3A3A. Windows color (decimal): -11919701 or 11214410. OLE color: 11214410.

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

Color convert

RGB 74 30 171 -
CMYK 0.57 0.82 0 0.33
HSL 258.72º 0.7% 0.39% -
HSV(B) 258.72º 0.82% 0.67% -
XYZ 10.64 5.32 39 -
YUV 59.23 191.08 138.54 -
System Red Green Blue C M Y K H S L
Decimal 74 30 171 0.57 0.82 0 0.33 258.72 0.7 0.39
Hex 4A 1E AB 39 52 0 21 103 46 27
Octal 112 36 253 71 122 0 41 403 106 47
Binary 1001010 11110 10101011 111001 1010010 0 100001 100000011 1000110 100111

Color Harmonies of #4A1EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1EAB

Black with #4A1EAB

Text Example


Text Example

White with #4A1EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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