#4D33B3

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

Shades of Purple Heart #4D33B3

Tints of Purple Heart #4D33B3

Color information

#4D33B3 (or 0x4D33B3) is unknown color: approx Purple Heart. HEX triplet: 4D, 33 and B3. RGB value is (77,51,179). Sum of RGB (Red+Green+Blue) = 77+51+179=307 (40% of max value = 765). Red value is 77 (30.47% from 255 or 25.08% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 179 (70.31% from 255 or 58.31% from 307); Max value from RGB is 179 - color contains mainly: blue. Hex color #4D33B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D33B3 is #B2CC4C. Grayscale: #484848. Windows color (decimal): -11717709 or 11744077. OLE color: 11744077.

HSL color Cylindrical-coordinate representation of color #4D33B3: hue angle of 252.19º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4D33B3 is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7751179-
CMYK0.570.7200.30
HSL252.19º55.65%45.1%-
HSV(B)252.19º71.51%70.2%-
XYZ12.387.243.39-
YUV73.37187.61130.59-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.08%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 179 (70.31% from 255) = 58.31%
R=25.08%
G=16.61%
B=58.31%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal77511790.570.7200.30252.1955.6545.1
Hex4D33B3394801Efc382d
Octal11563263711100363747055
Binary100110111001110110011111001100100001111011111100111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D33B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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