#5C21AB

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

Shades of Purple Heart #5C21AB

Tints of Purple Heart #5C21AB

Color information

#5C21AB (or 0x5C21AB) is unknown color: approx Purple Heart. HEX triplet: 5C, 21 and AB. RGB value is (92,33,171). Sum of RGB (Red+Green+Blue) = 92+33+171=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 33 (13.28% from 255 or 11.15% 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 #5C21AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C21AB is #A3DE54. Grayscale: #414141. Windows color (decimal): -10739285 or 11215196. OLE color: 11215196.

HSL color Cylindrical-coordinate representation of color #5C21AB: hue angle of 265.65º 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 #5C21AB is Cyan = 0.46, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9233171-
CMYK0.460.8100.33
HSL265.65º67.65%40%-
HSV(B)265.65º80.7%67.06%-
XYZ12.316.339.1-
YUV66.37187.05146.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.08%
GREEN value IS 33 (13.28% from 255) = 11.15%
BLUE value IS 171 (67.19% from 255) = 57.77%
R=31.08%
G=11.15%
B=57.77%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal92331710.460.8100.33265.6567.6540
Hex5C21AB2E5102110a4428
Octal134412535612104141210450
Binary101110010000110101011101110101000101000011000010101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C21AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,33,171); }

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

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

 a { background-color: rgb(92,33,171); }

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

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

 span { border-color: rgb(92,33,171); }

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