#4d21b1

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

Shades of Purple Heart #4D21B1

Tints of Purple Heart #4D21B1

Color information

#4D21B1 (or 0x4D21B1) is unknown color: approx Purple Heart. HEX triplet: 4D, 21 and B1. RGB value is (77,33,177). Sum of RGB (Red+Green+Blue) = 77+33+177=287 (38% of max value = 765). Red value is 77 (30.47% from 255 or 26.83% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 177 (69.53% from 255 or 61.67% from 287); Max value from RGB is 177 - color contains mainly: blue. Hex color #4D21B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4D21B1 is #B2DE4E. Grayscale: #3E3E3E. Windows color (decimal): -11722319 or 11608397. OLE color: 11608397.

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

Color convert

RGB7733177-
CMYK0.560.8100.31
HSL258.33º68.57%41.18%-
HSV(B)258.33º81.36%69.41%-
XYZ11.545.8442.11-
YUV62.57192.58138.29-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 26.83%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 177 (69.53% from 255) = 61.67%
R=26.83%
G=11.50%
B=61.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal77331770.560.8100.31258.3368.5741.18
Hex4D21B1385101F1024529
Octal115412617012103740210551
Binary10011011000011011000111100010100010111111000000101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d21b1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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