#5226AC

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

Shades of Purple Heart #5226AC

Tints of Purple Heart #5226AC

Color information

#5226AC (or 0x5226AC) is unknown color: approx Purple Heart. HEX triplet: 52, 26 and AC. RGB value is (82,38,172). Sum of RGB (Red+Green+Blue) = 82+38+172=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 38 (15.23% from 255 or 13.01% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #5226AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5226AC is #ADD953. Grayscale: #414141. Windows color (decimal): -11393364 or 11282002. OLE color: 11282002.

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

Color convert

RGB8238172-
CMYK0.520.7800.33
HSL259.7º63.81%41.18%-
HSV(B)259.7º77.91%67.45%-
XYZ11.626.1639.61-
YUV66.43187.58139.1-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 38 (15.23% from 255) = 13.01%
BLUE value IS 172 (67.58% from 255) = 58.90%
R=28.08%
G=13.01%
B=58.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal82381720.520.7800.33259.763.8141.18
Hex5226AC344E0211044029
Octal122462546411604140410051
Binary101001010011010101100110100100111001000011000001001000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5226AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5226AC; }

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

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

<style>
 a { background-color: #5226AC; }

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

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

<style>
 span { border-color: #5226AC; }

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

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