#4D13B3

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

Shades of Purple Heart #4D13B3

Tints of Purple Heart #4D13B3

Color information

#4D13B3 (or 0x4D13B3) is unknown color: approx Purple Heart. HEX triplet: 4D, 13 and B3. RGB value is (77,19,179). Sum of RGB (Red+Green+Blue) = 77+19+179=275 (36% of max value = 765). Red value is 77 (30.47% from 255 or 28% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 179 (70.31% from 255 or 65.09% from 275); Max value from RGB is 179 - color contains mainly: blue. Hex color #4D13B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4D13B3 is #B2EC4C. Grayscale: #363636. Windows color (decimal): -11725901 or 11735885. OLE color: 11735885.

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

Color convert

RGB7719179-
CMYK0.570.8900.30
HSL261.75º80.81%38.82%-
HSV(B)261.75º89.39%70.2%-
XYZ11.435.343.07-
YUV54.58198.22143.99-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 28%
GREEN value IS 19 (7.81% from 255) = 6.91%
BLUE value IS 179 (70.31% from 255) = 65.09%
R=28%
G=6.91%
B=65.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal77191790.570.8900.30261.7580.8138.82
Hex4D13B3395901E1065127
Octal115232637113103640612147
Binary1001101100111011001111100110110010111101000001101010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D13B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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