Html Css Color HEX #5C0A2A Tyrian Purple

📋 copy color: '#5C0A2A'

red 92 ◦ green 10 ◦ blue 42

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

Shades of Tyrian Purple #5C0A2A

Tints of Tyrian Purple #5C0A2A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.94%

 BLUE value IS 42 (16.8% from 255) = 29.17%

R = 63.89%
G = 6.94%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#5C0A2A (or 0x5C0A2A) is known color: Tyrian Purple. HEX triplet: 5C, 0A and 2A. RGB value is (92,10,42). Sum of RGB (Red+Green+Blue) = 92+10+42=144 (19% of max value = 765). Red value is 92 (36.33% from 255 or 63.89% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 42 (16.80% from 255 or 29.17% from 144); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0A2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0A2A is #A3F5D5. Grayscale: #262626. Windows color (decimal): -10745302 or 2755164. OLE color: 2755164.

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

Color convert

RGB 92 10 42 -
CMYK 0 0.89 0.54 0.64
HSL 336.59º 0.8% 0.2% -
HSV(B) 336.59º 0.89% 0.36% -
XYZ 4.94 2.66 2.44 -
YUV 38.17 130.17 166.4 -
System Red Green Blue C M Y K H S L
Decimal 92 10 42 0 0.89 0.54 0.64 336.59 0.8 0.2
Hex 5C A 2A 0 59 36 40 151 50 14
Octal 134 12 52 0 131 66 100 521 120 24
Binary 1011100 1010 101010 0 1011001 110110 1000000 101010001 1010000 10100

Color Harmonies of #5C0A2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0A2A

Black with #5C0A2A

Text Example


Text Example

White with #5C0A2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,10,42); }

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

background-color css

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

 a { background-color: rgb(92,10,42); }

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

border-color css

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

 span { border-color: rgb(92,10,42); }

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