#4C13AE

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

Shades of Purple Heart #4C13AE

Tints of Purple Heart #4C13AE

Color information

#4C13AE (or 0x4C13AE) is unknown color: approx Purple Heart. HEX triplet: 4C, 13 and AE. RGB value is (76,19,174). Sum of RGB (Red+Green+Blue) = 76+19+174=269 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.25% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C13AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C13AE is #B3EC51. Grayscale: #353535. Windows color (decimal): -11791442 or 11408204. OLE color: 11408204.

HSL color Cylindrical-coordinate representation of color #4C13AE: hue angle of 262.06º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C13AE is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7619174-
CMYK0.560.8900.32
HSL262.06º80.31%37.84%-
HSV(B)262.06º89.08%68.24%-
XYZ10.855.0640.45-
YUV53.71195.88143.9-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.25%
GREEN value IS 19 (7.81% from 255) = 7.06%
BLUE value IS 174 (68.36% from 255) = 64.68%
R=28.25%
G=7.06%
B=64.68%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76191740.560.8900.32262.0680.3137.84
Hex4C13AE38590201065026
Octal114232567013104040612046
Binary10011001001110101110111000101100101000001000001101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C13AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,19,174); }

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

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

 a { background-color: rgb(76,19,174); }

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

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

 span { border-color: rgb(76,19,174); }

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