#4C26AC

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

Shades of Purple Heart #4C26AC

Tints of Purple Heart #4C26AC

Color information

#4C26AC (or 0x4C26AC) is unknown color: approx Purple Heart. HEX triplet: 4C, 26 and AC. RGB value is (76,38,172). Sum of RGB (Red+Green+Blue) = 76+38+172=286 (37% of max value = 765). Red value is 76 (30.08% from 255 or 26.57% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #4C26AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4C26AC is #B3D953. Grayscale: #404040. Windows color (decimal): -11786580 or 11281996. OLE color: 11281996.

HSL color Cylindrical-coordinate representation of color #4C26AC: hue angle of 257.01º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4C26AC is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7638172-
CMYK0.560.7800.33
HSL257.01º63.81%41.18%-
HSV(B)257.01º77.91%67.45%-
XYZ11.125.939.58-
YUV64.64188.59136.1-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 26.57%
GREEN value IS 38 (15.23% from 255) = 13.29%
BLUE value IS 172 (67.58% from 255) = 60.14%
R=26.57%
G=13.29%
B=60.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal76381720.560.7800.33257.0163.8141.18
Hex4C26AC384E0211014029
Octal114462547011604140110051
Binary100110010011010101100111000100111001000011000000011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C26AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,38,172); }

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

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

 a { background-color: rgb(76,38,172); }

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

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

 span { border-color: rgb(76,38,172); }

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