#4C16AA

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

Shades of Purple Heart #4C16AA

Tints of Purple Heart #4C16AA

Color information

#4C16AA (or 0x4C16AA) is unknown color: approx Purple Heart. HEX triplet: 4C, 16 and AA. RGB value is (76,22,170). Sum of RGB (Red+Green+Blue) = 76+22+170=268 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.36% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #4C16AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C16AA is #B3E955. Grayscale: #363636. Windows color (decimal): -11790678 or 11146828. OLE color: 11146828.

HSL color Cylindrical-coordinate representation of color #4C16AA: hue angle of 261.89º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4C16AA is Cyan = 0.55, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7622170-
CMYK0.550.8700.33
HSL261.89º77.08%37.65%-
HSV(B)261.89º87.06%66.67%-
XYZ10.525.0138.44-
YUV55.02192.89142.97-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.36%
GREEN value IS 22 (8.98% from 255) = 8.21%
BLUE value IS 170 (66.80% from 255) = 63.43%
R=28.36%
G=8.21%
B=63.43%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76221700.550.8700.33261.8977.0837.65
Hex4C16AA37570211064d26
Octal114262526712704140611546
Binary10011001011010101010110111101011101000011000001101001101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C16AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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