#4A3ABF

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

Shades of Purple Heart #4A3ABF

Tints of Purple Heart #4A3ABF

Color information

#4A3ABF (or 0x4A3ABF) is unknown color: approx Purple Heart. HEX triplet: 4A, 3A and BF. RGB value is (74,58,191). Sum of RGB (Red+Green+Blue) = 74+58+191=323 (42% of max value = 765). Red value is 74 (29.30% from 255 or 22.91% from 323); Green value is 58 (23.05% from 255 or 17.96% from 323); Blue value is 191 (75% from 255 or 59.13% from 323); Max value from RGB is 191 - color contains mainly: blue. Hex color #4A3ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A3ABF is #B5C540. Grayscale: #4D4D4D. Windows color (decimal): -11912513 or 12532298. OLE color: 12532298.

HSL color Cylindrical-coordinate representation of color #4A3ABF: hue angle of 247.22º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4A3ABF is Cyan = 0.61, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB7458191-
CMYK0.610.7000.25
HSL247.22º53.41%48.82%-
HSV(B)247.22º69.63%74.9%-
XYZ13.748.2450.16-
YUV77.95191.8125.19-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.91%
GREEN value IS 58 (23.05% from 255) = 17.96%
BLUE value IS 191 (75% from 255) = 59.13%
R=22.91%
G=17.96%
B=59.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal74581910.610.7000.25247.2253.4148.82
Hex4A3ABF3D46019f73531
Octal11272277751060313676561
Binary100101011101010111111111101100011001100111110111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A3ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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