#4C16AE

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

Shades of Purple Heart #4C16AE

Tints of Purple Heart #4C16AE

Color information

#4C16AE (or 0x4C16AE) is unknown color: approx Purple Heart. HEX triplet: 4C, 16 and AE. RGB value is (76,22,174). Sum of RGB (Red+Green+Blue) = 76+22+174=272 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.94% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #4C16AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C16AE is #B3E951. Grayscale: #363636. Windows color (decimal): -11790674 or 11408972. OLE color: 11408972.

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

Color convert

RGB7622174-
CMYK0.560.8700.32
HSL261.32º77.55%38.43%-
HSV(B)261.32º87.36%68.24%-
XYZ10.915.1740.47-
YUV55.47194.89142.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 27.94%
GREEN value IS 22 (8.98% from 255) = 8.09%
BLUE value IS 174 (68.36% from 255) = 63.97%
R=27.94%
G=8.09%
B=63.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76221740.560.8700.32261.3277.5538.43
Hex4C16AE38570201054e26
Octal114262567012704040511646
Binary10011001011010101110111000101011101000001000001011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C16AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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