Html Css Color HEX #5C083A Tyrian Purple

📋 copy color: '#5C083A'

red 92 ◦ green 8 ◦ blue 58

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

Shades of Tyrian Purple #5C083A

Tints of Tyrian Purple #5C083A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.06%

 BLUE value IS 58 (23.05% from 255) = 36.71%

R = 58.23%
G = 5.06%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.37

 K value IS 0.64

RGB Variations

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

Color information

#5C083A (or 0x5C083A) is known color: Tyrian Purple. HEX triplet: 5C, 08 and 3A. RGB value is (92,8,58). Sum of RGB (Red+Green+Blue) = 92+8+58=158 (20% of max value = 765). Red value is 92 (36.33% from 255 or 58.23% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 58 (23.05% from 255 or 36.71% from 158); Max value from RGB is 92 - color contains mainly: red. Hex color #5C083A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C083A is #A3F7C5. Grayscale: #262626. Windows color (decimal): -10745798 or 3803228. OLE color: 3803228.

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

Color convert

RGB 92 8 58 -
CMYK 0 0.91 0.37 0.64
HSL 324.29º 0.84% 0.2% -
HSV(B) 324.29º 0.91% 0.36% -
XYZ 5.26 2.75 4.26 -
YUV 38.82 138.83 165.93 -
System Red Green Blue C M Y K H S L
Decimal 92 8 58 0 0.91 0.37 0.64 324.29 0.84 0.2
Hex 5C 8 3A 0 5B 25 40 144 54 14
Octal 134 10 72 0 133 45 100 504 124 24
Binary 1011100 1000 111010 0 1011011 100101 1000000 101000100 1010100 10100

Color Harmonies of #5C083A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C083A

Black with #5C083A

Text Example


Text Example

White with #5C083A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,8,58); }

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

background-color css

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

 a { background-color: rgb(92,8,58); }

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

border-color css

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

 span { border-color: rgb(92,8,58); }

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