Html Css Color HEX #5C093D Tyrian Purple

📋 copy color: '#5C093D'

red 92 ◦ green 9 ◦ blue 61

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

Shades of Tyrian Purple #5C093D

Tints of Tyrian Purple #5C093D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 56.79%
G = 5.56%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5C093D (or 0x5C093D) is known color: Tyrian Purple. HEX triplet: 5C, 09 and 3D. RGB value is (92,9,61). Sum of RGB (Red+Green+Blue) = 92+9+61=162 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.79% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 92 - color contains mainly: red. Hex color #5C093D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C093D is #A3F6C2. Grayscale: #272727. Windows color (decimal): -10745539 or 4000092. OLE color: 4000092.

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

Color convert

RGB 92 9 61 -
CMYK 0 0.90 0.34 0.64
HSL 322.41º 0.82% 0.2% -
HSV(B) 322.41º 0.9% 0.36% -
XYZ 5.35 2.81 4.67 -
YUV 39.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 92 9 61 0 0.90 0.34 0.64 322.41 0.82 0.2
Hex 5C 9 3D 0 5A 22 40 142 52 14
Octal 134 11 75 0 132 42 100 502 122 24
Binary 1011100 1001 111101 0 1011010 100010 1000000 101000010 1010010 10100

Color Harmonies of #5C093D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C093D

Black with #5C093D

Text Example


Text Example

White with #5C093D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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