#4A21B6

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

Shades of Purple Heart #4A21B6

Tints of Purple Heart #4A21B6

Color information

#4A21B6 (or 0x4A21B6) is unknown color: approx Purple Heart. HEX triplet: 4A, 21 and B6. RGB value is (74,33,182). Sum of RGB (Red+Green+Blue) = 74+33+182=289 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.61% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 182 (71.48% from 255 or 62.98% from 289); Max value from RGB is 182 - color contains mainly: blue. Hex color #4A21B6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A21B6 is #B5DE49. Grayscale: #3D3D3D. Windows color (decimal): -11918922 or 11936074. OLE color: 11936074.

HSL color Cylindrical-coordinate representation of color #4A21B6: hue angle of 256.51º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4A21B6 is Cyan = 0.59, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7433182-
CMYK0.590.8200.29
HSL256.51º69.3%42.16%-
HSV(B)256.51º81.87%71.37%-
XYZ11.815.9244.78-
YUV62.24195.58136.38-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.61%
GREEN value IS 33 (13.28% from 255) = 11.42%
BLUE value IS 182 (71.48% from 255) = 62.98%
R=25.61%
G=11.42%
B=62.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal74331820.590.8200.29256.5169.342.16
Hex4A21B63B5201D101452a
Octal112412667312203540110552
Binary10010101000011011011011101110100100111011000000011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A21B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,33,182); }

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

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

 a { background-color: rgb(74,33,182); }

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

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

 span { border-color: rgb(74,33,182); }

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