Html Css Color HEX #4A1CAB Purple Heart

📋 copy color: '#4A1CAB'

red 74 ◦ green 28 ◦ blue 171

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

Shades of Purple Heart #4A1CAB

Tints of Purple Heart #4A1CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.26%

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

R = 27.11%
G = 10.26%
B = 62.64%

CMYK

 C value IS 0.57

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4A1CAB (or 0x4A1CAB) is known color: Purple Heart. HEX triplet: 4A, 1C and AB. RGB value is (74,28,171). Sum of RGB (Red+Green+Blue) = 74+28+171=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 28 (11.33% from 255 or 10.26% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #4A1CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1CAB is #B5E354. Grayscale: #393939. Windows color (decimal): -11920213 or 11213898. OLE color: 11213898.

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

Color convert

RGB 74 28 171 -
CMYK 0.57 0.84 0 0.33
HSL 259.3º 0.72% 0.39% -
HSV(B) 259.3º 0.84% 0.67% -
XYZ 10.59 5.23 38.98 -
YUV 58.06 191.74 139.37 -
System Red Green Blue C M Y K H S L
Decimal 74 28 171 0.57 0.84 0 0.33 259.3 0.72 0.39
Hex 4A 1C AB 39 54 0 21 103 48 27
Octal 112 34 253 71 124 0 41 403 110 47
Binary 1001010 11100 10101011 111001 1010100 0 100001 100000011 1001000 100111

Color Harmonies of #4A1CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1CAB

Black with #4A1CAB

Text Example


Text Example

White with #4A1CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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