#4d2eb1

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

Shades of Purple Heart #4D2EB1

Tints of Purple Heart #4D2EB1

Color information

#4D2EB1 (or 0x4D2EB1) is unknown color: approx Purple Heart. HEX triplet: 4D, 2E and B1. RGB value is (77,46,177). Sum of RGB (Red+Green+Blue) = 77+46+177=300 (39% of max value = 765). Red value is 77 (30.47% from 255 or 25.67% from 300); Green value is 46 (18.36% from 255 or 15.33% from 300); Blue value is 177 (69.53% from 255 or 59% from 300); Max value from RGB is 177 - color contains mainly: blue. Hex color #4D2EB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D2EB1 is #B2D14E. Grayscale: #454545. Windows color (decimal): -11718991 or 11611725. OLE color: 11611725.

HSL color Cylindrical-coordinate representation of color #4D2EB1: hue angle of 254.2º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D2EB1 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7746177-
CMYK0.560.7400.31
HSL254.2º58.74%43.73%-
HSV(B)254.2º74.01%69.41%-
XYZ11.976.7142.26-
YUV70.2188.27132.85-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 25.67%
GREEN value IS 46 (18.36% from 255) = 15.33%
BLUE value IS 177 (69.53% from 255) = 59%
R=25.67%
G=15.33%
B=59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77461770.560.7400.31254.258.7443.73
Hex4D2EB1384A01Ffe3b2c
Octal11556261701120373767354
Binary100110110111010110001111000100101001111111111110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d2eb1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,46,177); }

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

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

 a { background-color: rgb(77,46,177); }

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

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

 span { border-color: rgb(77,46,177); }

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