#4D33BA

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

Shades of Purple Heart #4D33BA

Tints of Purple Heart #4D33BA

Color information

#4D33BA (or 0x4D33BA) is unknown color: approx Purple Heart. HEX triplet: 4D, 33 and BA. RGB value is (77,51,186). Sum of RGB (Red+Green+Blue) = 77+51+186=314 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.52% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 186 (73.05% from 255 or 59.24% from 314); Max value from RGB is 186 - color contains mainly: blue. Hex color #4D33BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D33BA is #B2CC45. Grayscale: #494949. Windows color (decimal): -11717702 or 12202829. OLE color: 12202829.

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

Color convert

RGB7751186-
CMYK0.590.7300.27
HSL251.56º56.96%46.47%-
HSV(B)251.56º72.58%72.94%-
XYZ13.117.4947.21-
YUV74.16191.11130.02-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.52%
GREEN value IS 51 (20.31% from 255) = 16.24%
BLUE value IS 186 (73.05% from 255) = 59.24%
R=24.52%
G=16.24%
B=59.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal77511860.590.7300.27251.5656.9646.47
Hex4D33BA3B4901Bfc392e
Octal11563272731110333747156
Binary100110111001110111010111011100100101101111111100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D33BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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