#4A1BAC

Color #4A1BAC Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #4A1BAC

Tints of Purple Heart #4A1BAC

Color information

#4A1BAC (or 0x4A1BAC) is unknown color: approx Purple Heart. HEX triplet: 4A, 1B and AC. RGB value is (74,27,172). Sum of RGB (Red+Green+Blue) = 74+27+172=273 (36% of max value = 765). Red value is 74 (29.30% from 255 or 27.11% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 172 (67.58% from 255 or 63.00% from 273); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A1BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A1BAC is #B5E453. Grayscale: #393939. Windows color (decimal): -11920468 or 11279178. OLE color: 11279178.

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

Color convert

RGB7427172-
CMYK0.570.8400.33
HSL259.45º72.86%39.02%-
HSV(B)259.45º84.3%67.45%-
XYZ10.665.2239.47-
YUV57.58192.57139.71-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 27.11%
GREEN value IS 27 (10.94% from 255) = 9.89%
BLUE value IS 172 (67.58% from 255) = 63.00%
R=27.11%
G=9.89%
B=63.00%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74271720.570.8400.33259.4572.8639.02
Hex4A1BAC39540211034927
Octal112332547112404140311147
Binary10010101101110101100111001101010001000011000000111001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A1BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A1BAC;
 }
 .AnyTagClassName
 {
   color: #4A1BAC;
 }
</style>
background-color css

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

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

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

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

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

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