#5826AB

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

Shades of Purple Heart #5826AB

Tints of Purple Heart #5826AB

Color information

#5826AB (or 0x5826AB) is unknown color: approx Purple Heart. HEX triplet: 58, 26 and AB. RGB value is (88,38,171). Sum of RGB (Red+Green+Blue) = 88+38+171=297 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.63% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #5826AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5826AB is #A7D954. Grayscale: #434343. Windows color (decimal): -11000149 or 11216472. OLE color: 11216472.

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

Color convert

RGB8838171-
CMYK0.490.7800.33
HSL262.56º63.64%40.98%-
HSV(B)262.56º77.78%67.06%-
XYZ12.076.439.13-
YUV68.11186.06142.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.63%
GREEN value IS 38 (15.23% from 255) = 12.79%
BLUE value IS 171 (67.19% from 255) = 57.58%
R=29.63%
G=12.79%
B=57.58%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal88381710.490.7800.33262.5663.6440.98
Hex5826AB314E0211074029
Octal130462536111604140710051
Binary101100010011010101011110001100111001000011000001111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5826AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5826AB; }

 p { color: rgb(88,38,171); }

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

<style>
 a { background-color: #5826AB; }

 a { background-color: rgb(88,38,171); }

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

<style>
 span { border-color: #5826AB; }

 span { border-color: rgb(88,38,171); }

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