Html Css Color HEX #5C17AA Purple Heart

📋 copy color: '#5C17AA'

red 92 ◦ green 23 ◦ blue 170

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

Shades of Purple Heart #5C17AA

Tints of Purple Heart #5C17AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 32.28%
G = 8.07%
B = 59.65%

CMYK

 C value IS 0.46

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5C17AA (or 0x5C17AA) is known color: Purple Heart. HEX triplet: 5C, 17 and AA. RGB value is (92,23,170). Sum of RGB (Red+Green+Blue) = 92+23+170=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #5C17AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C17AA is #A3E855. Grayscale: #3B3B3B. Windows color (decimal): -10741846 or 11147100. OLE color: 11147100.

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

Color convert

RGB 92 23 170 -
CMYK 0.46 0.86 0 0.33
HSL 268.16º 0.76% 0.38% -
HSV(B) 268.16º 0.86% 0.67% -
XYZ 11.98 5.79 38.52 -
YUV 60.39 189.86 150.55 -
System Red Green Blue C M Y K H S L
Decimal 92 23 170 0.46 0.86 0 0.33 268.16 0.76 0.38
Hex 5C 17 AA 2E 56 0 21 10C 4C 26
Octal 134 27 252 56 126 0 41 414 114 46
Binary 1011100 10111 10101010 101110 1010110 0 100001 100001100 1001100 100110

Color Harmonies of #5C17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C17AA

Black with #5C17AA

Text Example


Text Example

White with #5C17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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