#4A03B5

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

Shades of Purple Heart #4A03B5

Tints of Purple Heart #4A03B5

Color information

#4A03B5 (or 0x4A03B5) is unknown color: approx Purple Heart. HEX triplet: 4A, 03 and B5. RGB value is (74,3,181). Sum of RGB (Red+Green+Blue) = 74+3+181=258 (34% of max value = 765). Red value is 74 (29.30% from 255 or 28.68% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 181 (71.09% from 255 or 70.16% from 258); Max value from RGB is 181 - color contains mainly: blue. Hex color #4A03B5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A03B5 is #B5FC4A. Grayscale: #2B2B2B. Windows color (decimal): -11926603 or 11862858. OLE color: 11862858.

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

Color convert

RGB743181-
CMYK0.590.9800.29
HSL263.93º96.74%36.08%-
HSV(B)263.93º98.34%70.98%-
XYZ11.24.8644.06-
YUV44.52205.02149.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 28.68%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 181 (71.09% from 255) = 70.16%
R=28.68%
G=1.16%
B=70.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal7431810.590.9800.29263.9396.7436.08
Hex4A3B53B6201D1086124
Octal11232657314203541014144
Binary1001010111011010111101111000100111011000010001100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A03B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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