#4729BA

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

Shades of Purple Heart #4729BA

Tints of Purple Heart #4729BA

Color information

#4729BA (or 0x4729BA) is unknown color: approx Purple Heart. HEX triplet: 47, 29 and BA. RGB value is (71,41,186). Sum of RGB (Red+Green+Blue) = 71+41+186=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 186 (73.05% from 255 or 62.42% from 298); Max value from RGB is 186 - color contains mainly: blue. Hex color #4729BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4729BA is #B8D645. Grayscale: #414141. Windows color (decimal): -12113478 or 12200263. OLE color: 12200263.

HSL color Cylindrical-coordinate representation of color #4729BA: hue angle of 252.41º 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 #4729BA is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7141186-
CMYK0.620.7800.27
HSL252.41º63.88%44.51%-
HSV(B)252.41º77.96%72.94%-
XYZ12.256.4747.06-
YUV66.5195.44131.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.83%
GREEN value IS 41 (16.41% from 255) = 13.76%
BLUE value IS 186 (73.05% from 255) = 62.42%
R=23.83%
G=13.76%
B=62.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal71411860.620.7800.27252.4163.8844.51
Hex4729BA3E4E01Bfc402d
Octal107512727611603337410055
Binary1000111101001101110101111101001110011011111111001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4729BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4729BA; }

 p { color: rgb(71,41,186); }

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

<style>
 a { background-color: #4729BA; }

 a { background-color: rgb(71,41,186); }

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

<style>
 span { border-color: #4729BA; }

 span { border-color: rgb(71,41,186); }

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