Html Css Color HEX #5C114C Tyrian Purple

📋 copy color: '#5C114C'

red 92 ◦ green 17 ◦ blue 76

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

Shades of Tyrian Purple #5C114C

Tints of Tyrian Purple #5C114C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.19%

 BLUE value IS 76 (30.08% from 255) = 41.08%

R = 49.73%
G = 9.19%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#5C114C (or 0x5C114C) is known color: Tyrian Purple. HEX triplet: 5C, 11 and 4C. RGB value is (92,17,76). Sum of RGB (Red+Green+Blue) = 92+17+76=185 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.73% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 76 (30.08% from 255 or 41.08% from 185); Max value from RGB is 92 - color contains mainly: red. Hex color #5C114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C114C is #A3EEB3. Grayscale: #2D2D2D. Windows color (decimal): -10743476 or 4985180. OLE color: 4985180.

HSL color Cylindrical-coordinate representation of color #5C114C: hue angle of 312.8º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5C114C is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 17 76 -
CMYK 0 0.82 0.17 0.64
HSL 312.8º 0.69% 0.21% -
HSV(B) 312.8º 0.82% 0.36% -
XYZ 5.92 3.2 7.14 -
YUV 46.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 92 17 76 0 0.82 0.17 0.64 312.8 0.69 0.21
Hex 5C 11 4C 0 52 11 40 139 45 15
Octal 134 21 114 0 122 21 100 471 105 25
Binary 1011100 10001 1001100 0 1010010 10001 1000000 100111001 1000101 10101

Color Harmonies of #5C114C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C114C

Black with #5C114C

Text Example


Text Example

White with #5C114C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,17,76); }

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

background-color css

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

 a { background-color: rgb(92,17,76); }

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

border-color css

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

 span { border-color: rgb(92,17,76); }

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