#4A16B3

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

Shades of Purple Heart #4A16B3

Tints of Purple Heart #4A16B3

Color information

#4A16B3 (or 0x4A16B3) is unknown color: approx Purple Heart. HEX triplet: 4A, 16 and B3. RGB value is (74,22,179). Sum of RGB (Red+Green+Blue) = 74+22+179=275 (36% of max value = 765). Red value is 74 (29.30% from 255 or 26.91% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 179 (70.31% from 255 or 65.09% from 275); Max value from RGB is 179 - color contains mainly: blue. Hex color #4A16B3 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A16B3 is #B5E94C. Grayscale: #363636. Windows color (decimal): -11921741 or 11736650. OLE color: 11736650.

HSL color Cylindrical-coordinate representation of color #4A16B3: hue angle of 259.87º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A16B3 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7422179-
CMYK0.590.8800.30
HSL259.87º78.11%39.41%-
HSV(B)259.87º87.71%70.2%-
XYZ11.255.2843.07-
YUV55.45197.73141.23-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.91%
GREEN value IS 22 (8.98% from 255) = 8%
BLUE value IS 179 (70.31% from 255) = 65.09%
R=26.91%
G=8%
B=65.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal74221790.590.8800.30259.8778.1139.41
Hex4A16B33B5801E1044e27
Octal112262637313003640411647
Binary1001010101101011001111101110110000111101000001001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A16B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,22,179); }

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

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

 a { background-color: rgb(74,22,179); }

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

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

 span { border-color: rgb(74,22,179); }

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