#4c2bd1

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

Shades of Purple Heart #4C2BD1

Tints of Purple Heart #4C2BD1

Color information

#4C2BD1 (or 0x4C2BD1) is unknown color: approx Purple Heart. HEX triplet: 4C, 2B and D1. RGB value is (76,43,209). Sum of RGB (Red+Green+Blue) = 76+43+209=328 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.17% from 328); Green value is 43 (17.19% from 255 or 13.11% from 328); Blue value is 209 (82.03% from 255 or 63.72% from 328); Max value from RGB is 209 - color contains mainly: blue. Hex color #4C2BD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2BD1 is #B3D42E. Grayscale: #474747. Windows color (decimal): -11785263 or 13708108. OLE color: 13708108.

HSL color Cylindrical-coordinate representation of color #4C2BD1: hue angle of 251.93º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4C2BD1 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7643209-
CMYK0.640.7900.18
HSL251.93º65.87%49.41%-
HSV(B)251.93º79.43%81.96%-
XYZ15.357.8761.03-
YUV71.79205.43131-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.17%
GREEN value IS 43 (17.19% from 255) = 13.11%
BLUE value IS 209 (82.03% from 255) = 63.72%
R=23.17%
G=13.11%
B=63.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal76432090.640.7900.18251.9365.8749.41
Hex4C2BD1404F012fc4231
Octal1145332110011702237410261
Binary10011001010111101000110000001001111010010111111001000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4c2bd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,43,209); }

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

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

 a { background-color: rgb(76,43,209); }

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

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

 span { border-color: rgb(76,43,209); }

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