Html Css Color HEX #4A1CAC Purple Heart

📋 copy color: '#4A1CAC'

red 74 ◦ green 28 ◦ blue 172

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

Shades of Purple Heart #4A1CAC

Tints of Purple Heart #4A1CAC

RGB

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

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

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

R = 27.01%
G = 10.22%
B = 62.77%

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

#4A1CAC (or 0x4A1CAC) is known color: Purple Heart. HEX triplet: 4A, 1C and AC. RGB value is (74,28,172). Sum of RGB (Red+Green+Blue) = 74+28+172=274 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.01% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A1CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1CAC is #B5E353. Grayscale: #393939. Windows color (decimal): -11920212 or 11279434. OLE color: 11279434.

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

Color convert

RGB 74 28 172 -
CMYK 0.57 0.84 0 0.33
HSL 259.17º 0.72% 0.39% -
HSV(B) 259.17º 0.84% 0.67% -
XYZ 10.69 5.26 39.48 -
YUV 58.17 192.24 139.29 -
System Red Green Blue C M Y K H S L
Decimal 74 28 172 0.57 0.84 0 0.33 259.17 0.72 0.39
Hex 4A 1C AC 39 54 0 21 103 48 27
Octal 112 34 254 71 124 0 41 403 110 47
Binary 1001010 11100 10101100 111001 1010100 0 100001 100000011 1001000 100111

Color Harmonies of #4A1CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A1CAC

Black with #4A1CAC

Text Example


Text Example

White with #4A1CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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