#4A20B2

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

Shades of Purple Heart #4A20B2

Tints of Purple Heart #4A20B2

Color information

#4A20B2 (or 0x4A20B2) is unknown color: approx Purple Heart. HEX triplet: 4A, 20 and B2. RGB value is (74,32,178). Sum of RGB (Red+Green+Blue) = 74+32+178=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 32 (12.89% from 255 or 11.27% from 284); Blue value is 178 (69.92% from 255 or 62.68% from 284); Max value from RGB is 178 - color contains mainly: blue. Hex color #4A20B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A20B2 is #B5DF4D. Grayscale: #3C3C3C. Windows color (decimal): -11919182 or 11673674. OLE color: 11673674.

HSL color Cylindrical-coordinate representation of color #4A20B2: hue angle of 257.26º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A20B2 is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7432178-
CMYK0.580.8200.30
HSL257.26º69.52%41.18%-
HSV(B)257.26º82.02%69.8%-
XYZ11.385.742.62-
YUV61.2193.91137.13-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.06%
GREEN value IS 32 (12.89% from 255) = 11.27%
BLUE value IS 178 (69.92% from 255) = 62.68%
R=26.06%
G=11.27%
B=62.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal74321780.580.8200.30257.2669.5241.18
Hex4A20B23A5201E1014629
Octal112402627212203640110651
Binary10010101000001011001011101010100100111101000000011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A20B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,32,178); }

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

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

 a { background-color: rgb(74,32,178); }

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

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

 span { border-color: rgb(74,32,178); }

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