#4C12AD

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

Shades of Purple Heart #4C12AD

Tints of Purple Heart #4C12AD

Color information

#4C12AD (or 0x4C12AD) is unknown color: approx Purple Heart. HEX triplet: 4C, 12 and AD. RGB value is (76,18,173). Sum of RGB (Red+Green+Blue) = 76+18+173=267 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.46% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #4C12AD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4C12AD is #B3ED52. Grayscale: #343434. Windows color (decimal): -11791699 or 11342412. OLE color: 11342412.

HSL color Cylindrical-coordinate representation of color #4C12AD: hue angle of 262.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4C12AD is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7618173-
CMYK0.560.9000.32
HSL262.45º81.15%37.45%-
HSV(B)262.45º89.6%67.84%-
XYZ10.744.9939.93-
YUV53.01195.72144.4-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.46%
GREEN value IS 18 (7.42% from 255) = 6.74%
BLUE value IS 173 (67.97% from 255) = 64.79%
R=28.46%
G=6.74%
B=64.79%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal76181730.560.9000.32262.4581.1537.45
Hex4C12AD385A0201065125
Octal114222557013204040612145
Binary10011001001010101101111000101101001000001000001101010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C12AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,18,173); }

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

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

 a { background-color: rgb(76,18,173); }

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

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

 span { border-color: rgb(76,18,173); }

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