#4B19AA

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

Shades of Purple Heart #4B19AA

Tints of Purple Heart #4B19AA

Color information

#4B19AA (or 0x4B19AA) is unknown color: approx Purple Heart. HEX triplet: 4B, 19 and AA. RGB value is (75,25,170). Sum of RGB (Red+Green+Blue) = 75+25+170=270 (35% of max value = 765). Red value is 75 (29.69% from 255 or 27.78% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #4B19AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4B19AA is #B4E655. Grayscale: #373737. Windows color (decimal): -11855446 or 11147595. OLE color: 11147595.

HSL color Cylindrical-coordinate representation of color #4B19AA: hue angle of 260.69º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #4B19AA is Cyan = 0.56, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7525170-
CMYK0.560.8500.33
HSL260.69º74.36%38.24%-
HSV(B)260.69º85.29%66.67%-
XYZ10.55.0938.46-
YUV56.48192.06141.21-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 27.78%
GREEN value IS 25 (10.16% from 255) = 9.26%
BLUE value IS 170 (66.80% from 255) = 62.96%
R=27.78%
G=9.26%
B=62.96%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal75251700.560.8500.33260.6974.3638.24
Hex4B19AA38550211054a26
Octal113312527012504140511246
Binary10010111100110101010111000101010101000011000001011001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B19AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,25,170); }

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

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

 a { background-color: rgb(75,25,170); }

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

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

 span { border-color: rgb(75,25,170); }

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