Html Css Color HEX #5C17AC Purple Heart

📋 copy color: '#5C17AC'

red 92 ◦ green 23 ◦ blue 172

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

Shades of Purple Heart #5C17AC

Tints of Purple Heart #5C17AC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.01%

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

R = 32.06%
G = 8.01%
B = 59.93%

CMYK

 C value IS 0.47

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C17AC (or 0x5C17AC) is known color: Purple Heart. HEX triplet: 5C, 17 and AC. RGB value is (92,23,172). Sum of RGB (Red+Green+Blue) = 92+23+172=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 172 (67.58% from 255 or 59.93% from 287); Max value from RGB is 172 - color contains mainly: blue. Hex color #5C17AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C17AC is #A3E853. Grayscale: #3C3C3C. Windows color (decimal): -10741844 or 11278172. OLE color: 11278172.

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

Color convert

RGB 92 23 172 -
CMYK 0.47 0.87 0 0.33
HSL 267.79º 0.76% 0.38% -
HSV(B) 267.79º 0.87% 0.67% -
XYZ 12.17 5.87 39.52 -
YUV 60.62 190.86 150.38 -
System Red Green Blue C M Y K H S L
Decimal 92 23 172 0.47 0.87 0 0.33 267.79 0.76 0.38
Hex 5C 17 AC 2F 57 0 21 10C 4C 26
Octal 134 27 254 57 127 0 41 414 114 46
Binary 1011100 10111 10101100 101111 1010111 0 100001 100001100 1001100 100110

Color Harmonies of #5C17AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C17AC

Black with #5C17AC

Text Example


Text Example

White with #5C17AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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