#4A16BF

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

Shades of Purple Heart #4A16BF

Tints of Purple Heart #4A16BF

Color information

#4A16BF (or 0x4A16BF) is unknown color: approx Purple Heart. HEX triplet: 4A, 16 and BF. RGB value is (74,22,191). Sum of RGB (Red+Green+Blue) = 74+22+191=287 (38% of max value = 765). Red value is 74 (29.30% from 255 or 25.78% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A16BF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A16BF is #B5E940. Grayscale: #383838. Windows color (decimal): -11921729 or 12523082. OLE color: 12523082.

HSL color Cylindrical-coordinate representation of color #4A16BF: hue angle of 258.46º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4A16BF is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7422191-
CMYK0.610.8800.25
HSL258.46º79.34%41.76%-
HSV(B)258.46º88.48%74.9%-
XYZ12.515.7949.75-
YUV56.81203.73140.26-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 25.78%
GREEN value IS 22 (8.98% from 255) = 7.67%
BLUE value IS 191 (75% from 255) = 66.55%
R=25.78%
G=7.67%
B=66.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74221910.610.8800.25258.4679.3441.76
Hex4A16BF3D580191024f2a
Octal112262777513003140211752
Binary1001010101101011111111110110110000110011000000101001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A16BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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