#4D34BA

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

Shades of Purple Heart #4D34BA

Tints of Purple Heart #4D34BA

Color information

#4D34BA (or 0x4D34BA) is unknown color: approx Purple Heart. HEX triplet: 4D, 34 and BA. RGB value is (77,52,186). Sum of RGB (Red+Green+Blue) = 77+52+186=315 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.44% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D34BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D34BA is #B2CB45. Grayscale: #4A4A4A. Windows color (decimal): -11717446 or 12203085. OLE color: 12203085.

HSL color Cylindrical-coordinate representation of color #4D34BA: hue angle of 251.19º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D34BA is Cyan = 0.59, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7752186-
CMYK0.590.7200.27
HSL251.19º56.3%46.67%-
HSV(B)251.19º72.04%72.94%-
XYZ13.157.5847.22-
YUV74.75190.78129.6-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.44%
GREEN value IS 52 (20.70% from 255) = 16.51%
BLUE value IS 186 (73.05% from 255) = 59.05%
R=24.44%
G=16.51%
B=59.05%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal77521860.590.7200.27251.1956.346.67
Hex4D34BA3B4801Bfb382f
Octal11564272731100333737057
Binary100110111010010111010111011100100001101111111011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D34BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,52,186); }

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

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

 a { background-color: rgb(77,52,186); }

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

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

 span { border-color: rgb(77,52,186); }

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