#4A26AC

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

Shades of Purple Heart #4A26AC

Tints of Purple Heart #4A26AC

Color information

#4A26AC (or 0x4A26AC) is unknown color: approx Purple Heart. HEX triplet: 4A, 26 and AC. RGB value is (74,38,172). Sum of RGB (Red+Green+Blue) = 74+38+172=284 (37% of max value = 765). Red value is 74 (29.30% from 255 or 26.06% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #4A26AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4A26AC is #B5D953. Grayscale: #3F3F3F. Windows color (decimal): -11917652 or 11281994. OLE color: 11281994.

HSL color Cylindrical-coordinate representation of color #4A26AC: hue angle of 256.12º 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 #4A26AC is Cyan = 0.57, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7438172-
CMYK0.570.7800.33
HSL256.12º63.81%41.18%-
HSV(B)256.12º77.91%67.45%-
XYZ10.965.8239.58-
YUV64.04188.93135.1-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 26.06%
GREEN value IS 38 (15.23% from 255) = 13.38%
BLUE value IS 172 (67.58% from 255) = 60.56%
R=26.06%
G=13.38%
B=60.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal74381720.570.7800.33256.1263.8141.18
Hex4A26AC394E0211004029
Octal112462547111604140010051
Binary100101010011010101100111001100111001000011000000001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A26AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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