#5B21AC

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

Shades of Purple Heart #5B21AC

Tints of Purple Heart #5B21AC

Color information

#5B21AC (or 0x5B21AC) is unknown color: approx Purple Heart. HEX triplet: 5B, 21 and AC. RGB value is (91,33,172). Sum of RGB (Red+Green+Blue) = 91+33+172=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 172 (67.58% from 255 or 58.11% from 296); Max value from RGB is 172 - color contains mainly: blue. Hex color #5B21AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B21AC is #A4DE53. Grayscale: #414141. Windows color (decimal): -10804820 or 11280731. OLE color: 11280731.

HSL color Cylindrical-coordinate representation of color #5B21AC: hue angle of 265.04º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B21AC is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9133172-
CMYK0.470.8100.33
HSL265.04º67.8%40.2%-
HSV(B)265.04º80.81%67.45%-
XYZ12.36.2939.6-
YUV66.19187.72145.7-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.74%
GREEN value IS 33 (13.28% from 255) = 11.15%
BLUE value IS 172 (67.58% from 255) = 58.11%
R=30.74%
G=11.15%
B=58.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91331720.470.8100.33265.0467.840.2
Hex5B21AC2F510211094428
Octal133412545712104141110450
Binary101101110000110101100101111101000101000011000010011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B21AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B21AC; }

 p { color: rgb(91,33,172); }

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

<style>
 a { background-color: #5B21AC; }

 a { background-color: rgb(91,33,172); }

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

<style>
 span { border-color: #5B21AC; }

 span { border-color: rgb(91,33,172); }

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