Html Css Color HEX #5C1232 Tyrian Purple

📋 copy color: '#5C1232'

red 92 ◦ green 18 ◦ blue 50

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

Shades of Tyrian Purple #5C1232

Tints of Tyrian Purple #5C1232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.25%

 BLUE value IS 50 (19.92% from 255) = 31.25%

R = 57.5%
G = 11.25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.64

RGB Variations

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

Color information

#5C1232 (or 0x5C1232) is known color: Tyrian Purple. HEX triplet: 5C, 12 and 32. RGB value is (92,18,50). Sum of RGB (Red+Green+Blue) = 92+18+50=160 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.5% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 50 (19.92% from 255 or 31.25% from 160); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1232 is #A3EDCD. Grayscale: #2B2B2B. Windows color (decimal): -10743246 or 3281500. OLE color: 3281500.

HSL color Cylindrical-coordinate representation of color #5C1232: hue angle of 334.05º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1232 is Cyan = 0, Magento = 0.80, Yellow = 0.46 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 18 50 -
CMYK 0 0.80 0.46 0.64
HSL 334.05º 0.67% 0.22% -
HSV(B) 334.05º 0.8% 0.36% -
XYZ 5.21 2.94 3.31 -
YUV 43.77 131.52 162.4 -
System Red Green Blue C M Y K H S L
Decimal 92 18 50 0 0.80 0.46 0.64 334.05 0.67 0.22
Hex 5C 12 32 0 50 2E 40 14E 43 16
Octal 134 22 62 0 120 56 100 516 103 26
Binary 1011100 10010 110010 0 1010000 101110 1000000 101001110 1000011 10110

Color Harmonies of #5C1232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1232

Black with #5C1232

Text Example


Text Example

White with #5C1232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,18,50); }

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

background-color css

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

 a { background-color: rgb(92,18,50); }

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

border-color css

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

 span { border-color: rgb(92,18,50); }

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