Html Css Color HEX #5C0930 Tyrian Purple

📋 copy color: '#5C0930'

red 92 ◦ green 9 ◦ blue 48

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

Shades of Tyrian Purple #5C0930

Tints of Tyrian Purple #5C0930

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.04%

 BLUE value IS 48 (19.14% from 255) = 32.21%

R = 61.74%
G = 6.04%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.64

RGB Variations

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

Color information

#5C0930 (or 0x5C0930) is known color: Tyrian Purple. HEX triplet: 5C, 09 and 30. RGB value is (92,9,48). Sum of RGB (Red+Green+Blue) = 92+9+48=149 (19% of max value = 765). Red value is 92 (36.33% from 255 or 61.74% from 149); Green value is 9 (3.91% from 255 or 6.04% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0930 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0930 is #A3F6CF. Grayscale: #262626. Windows color (decimal): -10745552 or 3148124. OLE color: 3148124.

HSL color Cylindrical-coordinate representation of color #5C0930: hue angle of 331.81º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5C0930 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 9 48 -
CMYK 0 0.90 0.48 0.64
HSL 331.81º 0.82% 0.2% -
HSV(B) 331.81º 0.9% 0.36% -
XYZ 5.04 2.68 3.05 -
YUV 38.26 133.5 166.33 -
System Red Green Blue C M Y K H S L
Decimal 92 9 48 0 0.90 0.48 0.64 331.81 0.82 0.2
Hex 5C 9 30 0 5A 30 40 14C 52 14
Octal 134 11 60 0 132 60 100 514 122 24
Binary 1011100 1001 110000 0 1011010 110000 1000000 101001100 1010010 10100

Color Harmonies of #5C0930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0930

Black with #5C0930

Text Example


Text Example

White with #5C0930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,9,48); }

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

background-color css

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

 a { background-color: rgb(92,9,48); }

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

border-color css

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

 span { border-color: rgb(92,9,48); }

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