#4A29BB

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

Shades of Purple Heart #4A29BB

Tints of Purple Heart #4A29BB

Color information

#4A29BB (or 0x4A29BB) is unknown color: approx Purple Heart. HEX triplet: 4A, 29 and BB. RGB value is (74,41,187). Sum of RGB (Red+Green+Blue) = 74+41+187=302 (40% of max value = 765). Red value is 74 (29.30% from 255 or 24.50% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 187 (73.44% from 255 or 61.92% from 302); Max value from RGB is 187 - color contains mainly: blue. Hex color #4A29BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4A29BB is #B5D644. Grayscale: #424242. Windows color (decimal): -11916869 or 12265802. OLE color: 12265802.

HSL color Cylindrical-coordinate representation of color #4A29BB: hue angle of 253.56º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4A29BB is Cyan = 0.60, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7441187-
CMYK0.600.7800.27
HSL253.56º64.04%44.71%-
HSV(B)253.56º78.07%73.33%-
XYZ12.596.6347.63-
YUV67.51195.43132.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 24.50%
GREEN value IS 41 (16.41% from 255) = 13.58%
BLUE value IS 187 (73.44% from 255) = 61.92%
R=24.50%
G=13.58%
B=61.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal74411870.600.7800.27253.5664.0444.71
Hex4A29BB3C4E01Bfe402d
Octal112512737411603337610055
Binary1001010101001101110111111001001110011011111111101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A29BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,41,187); }

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

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

 a { background-color: rgb(74,41,187); }

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

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

 span { border-color: rgb(74,41,187); }

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