#5825AB

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

Shades of Purple Heart #5825AB

Tints of Purple Heart #5825AB

Color information

#5825AB (or 0x5825AB) is unknown color: approx Purple Heart. HEX triplet: 58, 25 and AB. RGB value is (88,37,171). Sum of RGB (Red+Green+Blue) = 88+37+171=296 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.73% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #5825AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5825AB is #A7DA54. Grayscale: #434343. Windows color (decimal): -11000405 or 11216216. OLE color: 11216216.

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

Color convert

RGB8837171-
CMYK0.490.7800.33
HSL262.84º64.42%40.78%-
HSV(B)262.84º78.36%67.06%-
XYZ12.046.3439.12-
YUV67.52186.4142.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.73%
GREEN value IS 37 (14.84% from 255) = 12.5%
BLUE value IS 171 (67.19% from 255) = 57.77%
R=29.73%
G=12.5%
B=57.77%

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
Decimal88371710.490.7800.33262.8464.4240.78
Hex5825AB314E0211074029
Octal130452536111604140710051
Binary101100010010110101011110001100111001000011000001111000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5825AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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