#4B29C4

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

Shades of Purple Heart #4B29C4

Tints of Purple Heart #4B29C4

Color information

#4B29C4 (or 0x4B29C4) is unknown color: approx Purple Heart. HEX triplet: 4B, 29 and C4. RGB value is (75,41,196). Sum of RGB (Red+Green+Blue) = 75+41+196=312 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.04% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 196 (76.95% from 255 or 62.82% from 312); Max value from RGB is 196 - color contains mainly: blue. Hex color #4B29C4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4B29C4 is #B4D63B. Grayscale: #444444. Windows color (decimal): -11851324 or 12855627. OLE color: 12855627.

HSL color Cylindrical-coordinate representation of color #4B29C4: hue angle of 253.16º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B29C4 is Cyan = 0.62, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB7541196-
CMYK0.620.7900.23
HSL253.16º65.4%46.47%-
HSV(B)253.16º79.08%76.86%-
XYZ13.667.0752.87-
YUV68.84199.76132.4-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.04%
GREEN value IS 41 (16.41% from 255) = 13.14%
BLUE value IS 196 (76.95% from 255) = 62.82%
R=24.04%
G=13.14%
B=62.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal75411960.620.7900.23253.1665.446.47
Hex4B29C43E4F017fd412e
Octal113513047611702737510156
Binary1001011101001110001001111101001111010111111111011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B29C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,41,196); }

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

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

 a { background-color: rgb(75,41,196); }

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

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

 span { border-color: rgb(75,41,196); }

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