Html Css Color HEX #5C113A Tyrian Purple

📋 copy color: '#5C113A'

red 92 ◦ green 17 ◦ blue 58

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

Shades of Tyrian Purple #5C113A

Tints of Tyrian Purple #5C113A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.73%

R = 55.09%
G = 10.18%
B = 34.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#5C113A (or 0x5C113A) is known color: Tyrian Purple. HEX triplet: 5C, 11 and 3A. RGB value is (92,17,58). Sum of RGB (Red+Green+Blue) = 92+17+58=167 (22% of max value = 765). Red value is 92 (36.33% from 255 or 55.09% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 58 (23.05% from 255 or 34.73% from 167); Max value from RGB is 92 - color contains mainly: red. Hex color #5C113A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C113A is #A3EEC5. Grayscale: #2C2C2C. Windows color (decimal): -10743494 or 3805532. OLE color: 3805532.

HSL color Cylindrical-coordinate representation of color #5C113A: hue angle of 327.2º 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 #5C113A is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 17 58 -
CMYK 0 0.82 0.37 0.64
HSL 327.2º 0.69% 0.21% -
HSV(B) 327.2º 0.82% 0.36% -
XYZ 5.38 2.98 4.3 -
YUV 44.1 135.85 162.17 -
System Red Green Blue C M Y K H S L
Decimal 92 17 58 0 0.82 0.37 0.64 327.2 0.69 0.21
Hex 5C 11 3A 0 52 25 40 147 45 15
Octal 134 21 72 0 122 45 100 507 105 25
Binary 1011100 10001 111010 0 1010010 100101 1000000 101000111 1000101 10101

Color Harmonies of #5C113A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C113A

Black with #5C113A

Text Example


Text Example

White with #5C113A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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