Html Css Color HEX #5C0B31 Tyrian Purple

📋 copy color: '#5C0B31'

red 92 ◦ green 11 ◦ blue 49

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

Shades of Tyrian Purple #5C0B31

Tints of Tyrian Purple #5C0B31

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.24%

 BLUE value IS 49 (19.53% from 255) = 32.24%

R = 60.53%
G = 7.24%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.64

RGB Variations

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

Color information

#5C0B31 (or 0x5C0B31) is known color: Tyrian Purple. HEX triplet: 5C, 0B and 31. RGB value is (92,11,49). Sum of RGB (Red+Green+Blue) = 92+11+49=152 (20% of max value = 765). Red value is 92 (36.33% from 255 or 60.53% from 152); Green value is 11 (4.69% from 255 or 7.24% from 152); Blue value is 49 (19.53% from 255 or 32.24% from 152); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0B31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0B31 is #A3F4CE. Grayscale: #272727. Windows color (decimal): -10745039 or 3214172. OLE color: 3214172.

HSL color Cylindrical-coordinate representation of color #5C0B31: hue angle of 331.85º degrees, saturation: 0.79, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C0B31 is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 11 49 -
CMYK 0 0.88 0.47 0.64
HSL 331.85º 0.79% 0.2% -
HSV(B) 331.85º 0.88% 0.36% -
XYZ 5.09 2.74 3.17 -
YUV 39.55 133.34 165.41 -
System Red Green Blue C M Y K H S L
Decimal 92 11 49 0 0.88 0.47 0.64 331.85 0.79 0.2
Hex 5C B 31 0 58 2F 40 14C 4F 14
Octal 134 13 61 0 130 57 100 514 117 24
Binary 1011100 1011 110001 0 1011000 101111 1000000 101001100 1001111 10100

Color Harmonies of #5C0B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0B31

Black with #5C0B31

Text Example


Text Example

White with #5C0B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,11,49); }

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

background-color css

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

 a { background-color: rgb(92,11,49); }

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

border-color css

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

 span { border-color: rgb(92,11,49); }

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