#4C2FD7

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

Shades of Purple Heart #4C2FD7

Tints of Purple Heart #4C2FD7

Color information

#4C2FD7 (or 0x4C2FD7) is unknown color: approx Purple Heart. HEX triplet: 4C, 2F and D7. RGB value is (76,47,215). Sum of RGB (Red+Green+Blue) = 76+47+215=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 215 (84.38% from 255 or 63.61% from 338); Max value from RGB is 215 - color contains mainly: blue. Hex color #4C2FD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4C2FD7 is #B3D028. Grayscale: #4A4A4A. Windows color (decimal): -11784233 or 14102348. OLE color: 14102348.

HSL color Cylindrical-coordinate representation of color #4C2FD7: hue angle of 250.36º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C2FD7 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7647215-
CMYK0.650.7800.16
HSL250.36º67.74%51.37%-
HSV(B)250.36º78.14%84.31%-
XYZ16.268.4865.07-
YUV74.82207.11128.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.49%
GREEN value IS 47 (18.75% from 255) = 13.91%
BLUE value IS 215 (84.38% from 255) = 63.61%
R=22.49%
G=13.91%
B=63.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal76472150.650.7800.16250.3667.7451.37
Hex4C2FD7414E010fa4433
Octal1145732710111602037210463
Binary10011001011111101011110000011001110010000111110101000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C2FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,47,215); }

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

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

 a { background-color: rgb(76,47,215); }

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

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

 span { border-color: rgb(76,47,215); }

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