Html Css Color HEX #5C20AC Purple Heart

📋 copy color: '#5C20AC'

red 92 ◦ green 32 ◦ blue 172

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

Shades of Purple Heart #5C20AC

Tints of Purple Heart #5C20AC

RGB

 RED value IS 92 (36.33% from 255) = 31.08%

 GREEN value IS 32 (12.89% from 255) = 10.81%

 BLUE value IS 172 (67.58% from 255) = 58.11%

R = 31.08%
G = 10.81%
B = 58.11%

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

#5C20AC (or 0x5C20AC) is known color: Purple Heart. HEX triplet: 5C, 20 and AC. RGB value is (92,32,172). Sum of RGB (Red+Green+Blue) = 92+32+172=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 32 (12.89% from 255 or 10.81% 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 #5C20AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C20AC is #A3DF53. Grayscale: #414141. Windows color (decimal): -10739540 or 11280476. OLE color: 11280476.

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

Color convert

RGB 92 32 172 -
CMYK 0.47 0.81 0 0.33
HSL 265.71º 0.69% 0.4% -
HSV(B) 265.71º 0.81% 0.67% -
XYZ 12.38 6.29 39.59 -
YUV 65.9 187.88 146.62 -
System Red Green Blue C M Y K H S L
Decimal 92 32 172 0.47 0.81 0 0.33 265.71 0.69 0.4
Hex 5C 20 AC 2F 51 0 21 10A 45 28
Octal 134 40 254 57 121 0 41 412 105 50
Binary 1011100 100000 10101100 101111 1010001 0 100001 100001010 1000101 101000

Color Harmonies of #5C20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C20AC

Black with #5C20AC

Text Example


Text Example

White with #5C20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5C20AC;
 }
 .AnyTagClassName
 {
   color: #5C20AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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