Html Css Color HEX #5C0B36 Tyrian Purple

📋 copy color: '#5C0B36'

red 92 ◦ green 11 ◦ blue 54

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

Shades of Tyrian Purple #5C0B36

Tints of Tyrian Purple #5C0B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 34.39%

R = 58.6%
G = 7.01%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.64

RGB Variations

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

Color information

#5C0B36 (or 0x5C0B36) is known color: Tyrian Purple. HEX triplet: 5C, 0B and 36. RGB value is (92,11,54). Sum of RGB (Red+Green+Blue) = 92+11+54=157 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.60% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0B36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0B36 is #A3F4C9. Grayscale: #282828. Windows color (decimal): -10745034 or 3541852. OLE color: 3541852.

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

Color convert

RGB 92 11 54 -
CMYK 0 0.88 0.41 0.64
HSL 328.15º 0.79% 0.2% -
HSV(B) 328.15º 0.88% 0.36% -
XYZ 5.2 2.78 3.75 -
YUV 40.12 135.84 165 -
System Red Green Blue C M Y K H S L
Decimal 92 11 54 0 0.88 0.41 0.64 328.15 0.79 0.2
Hex 5C B 36 0 58 29 40 148 4F 14
Octal 134 13 66 0 130 51 100 510 117 24
Binary 1011100 1011 110110 0 1011000 101001 1000000 101001000 1001111 10100

Color Harmonies of #5C0B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0B36

Black with #5C0B36

Text Example


Text Example

White with #5C0B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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