Html Css Color HEX #5C0B47 Tyrian Purple

📋 copy color: '#5C0B47'

red 92 ◦ green 11 ◦ blue 71

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

Shades of Tyrian Purple #5C0B47

Tints of Tyrian Purple #5C0B47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.8%

R = 52.87%
G = 6.32%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#5C0B47 (or 0x5C0B47) is known color: Tyrian Purple. HEX triplet: 5C, 0B and 47. RGB value is (92,11,71). Sum of RGB (Red+Green+Blue) = 92+11+71=174 (23% of max value = 765). Red value is 92 (36.33% from 255 or 52.87% from 174); Green value is 11 (4.69% from 255 or 6.32% from 174); Blue value is 71 (28.12% from 255 or 40.80% from 174); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0B47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0B47 is #A3F4B8. Grayscale: #292929. Windows color (decimal): -10745017 or 4655964. OLE color: 4655964.

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

Color convert

RGB 92 11 71 -
CMYK 0 0.88 0.23 0.64
HSL 315.56º 0.79% 0.2% -
HSV(B) 315.56º 0.88% 0.36% -
XYZ 5.67 2.97 6.24 -
YUV 42.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 92 11 71 0 0.88 0.23 0.64 315.56 0.79 0.2
Hex 5C B 47 0 58 17 40 13C 4F 14
Octal 134 13 107 0 130 27 100 474 117 24
Binary 1011100 1011 1000111 0 1011000 10111 1000000 100111100 1001111 10100

Color Harmonies of #5C0B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0B47

Black with #5C0B47

Text Example


Text Example

White with #5C0B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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