#5C21AC

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

Shades of Purple Heart #5C21AC

Tints of Purple Heart #5C21AC

Color information

#5C21AC (or 0x5C21AC) is unknown color: approx Purple Heart. HEX triplet: 5C, 21 and AC. RGB value is (92,33,172). Sum of RGB (Red+Green+Blue) = 92+33+172=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C21AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C21AC is #A3DE53. Grayscale: #414141. Windows color (decimal): -10739284 or 11280732. OLE color: 11280732.

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

Color convert

RGB9233172-
CMYK0.470.8100.33
HSL265.47º67.8%40.2%-
HSV(B)265.47º80.81%67.45%-
XYZ12.46.3439.6-
YUV66.49187.55146.2-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.98%
GREEN value IS 33 (13.28% from 255) = 11.11%
BLUE value IS 172 (67.58% from 255) = 57.91%
R=30.98%
G=11.11%
B=57.91%

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
Decimal92331720.470.8100.33265.4767.840.2
Hex5C21AC2F510211094428
Octal134412545712104141110450
Binary101110010000110101100101111101000101000011000010011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C21AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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