Html Css Color HEX #5C21AC Purple Heart

📋 copy color: '#5C21AC'

red 92 ◦ green 33 ◦ blue 172

#5C21AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #5C21AC

Tints of Purple Heart #5C21AC

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 value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C21AC (or 0x5C21AC) is known color: 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

RGB 92 33 172 -
CMYK 0.47 0.81 0 0.33
HSL 265.47º 0.68% 0.4% -
HSV(B) 265.47º 0.81% 0.67% -
XYZ 12.4 6.34 39.6 -
YUV 66.49 187.55 146.2 -
System Red Green Blue C M Y K H S L
Decimal 92 33 172 0.47 0.81 0 0.33 265.47 0.68 0.4
Hex 5C 21 AC 2F 51 0 21 109 44 28
Octal 134 41 254 57 121 0 41 411 104 50
Binary 1011100 100001 10101100 101111 1010001 0 100001 100001001 1000100 101000

Color Harmonies of #5C21AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C21AC

Black with #5C21AC

Text Example


Text Example

White with #5C21AC

Text Example


Text Example

HTML Codes & Css Web 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>