#4A2BB5

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

Shades of Purple Heart #4A2BB5

Tints of Purple Heart #4A2BB5

Color information

#4A2BB5 (or 0x4A2BB5) is unknown color: approx Purple Heart. HEX triplet: 4A, 2B and B5. RGB value is (74,43,181). Sum of RGB (Red+Green+Blue) = 74+43+181=298 (39% of max value = 765). Red value is 74 (29.30% from 255 or 24.83% from 298); Green value is 43 (17.19% from 255 or 14.43% from 298); Blue value is 181 (71.09% from 255 or 60.74% from 298); Max value from RGB is 181 - color contains mainly: blue. Hex color #4A2BB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A2BB5 is #B5D44A. Grayscale: #434343. Windows color (decimal): -11916363 or 11873098. OLE color: 11873098.

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

Color convert

RGB7443181-
CMYK0.590.7600.29
HSL253.48º61.61%43.92%-
HSV(B)253.48º76.24%70.98%-
XYZ12.036.5244.34-
YUV68191.77132.28-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.83%
GREEN value IS 43 (17.19% from 255) = 14.43%
BLUE value IS 181 (71.09% from 255) = 60.74%
R=24.83%
G=14.43%
B=60.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal74431810.590.7600.29253.4861.6143.92
Hex4A2BB53B4C01Dfd3e2c
Octal11253265731140353757654
Binary100101010101110110101111011100110001110111111101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A2BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,43,181); }

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

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

 a { background-color: rgb(74,43,181); }

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

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

 span { border-color: rgb(74,43,181); }

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