#4A31B4

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

Shades of Purple Heart #4A31B4

Tints of Purple Heart #4A31B4

Color information

#4A31B4 (or 0x4A31B4) is unknown color: approx Purple Heart. HEX triplet: 4A, 31 and B4. RGB value is (74,49,180). Sum of RGB (Red+Green+Blue) = 74+49+180=303 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.42% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 180 (70.70% from 255 or 59.41% from 303); Max value from RGB is 180 - color contains mainly: blue. Hex color #4A31B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A31B4 is #B5CE4B. Grayscale: #464646. Windows color (decimal): -11914828 or 11809098. OLE color: 11809098.

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

Color convert

RGB7449180-
CMYK0.590.7300.29
HSL251.45º57.21%44.9%-
HSV(B)251.45º72.78%70.59%-
XYZ12.166.9543.88-
YUV71.41189.28129.85-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.42%
GREEN value IS 49 (19.53% from 255) = 16.17%
BLUE value IS 180 (70.70% from 255) = 59.41%
R=24.42%
G=16.17%
B=59.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal74491800.590.7300.29251.4557.2144.9
Hex4A31B43B4901Dfb392d
Octal11261264731110353737155
Binary100101011000110110100111011100100101110111111011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A31B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,49,180); }

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

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

 a { background-color: rgb(74,49,180); }

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

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

 span { border-color: rgb(74,49,180); }

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