Html Css Color HEX #5C0022 Tyrian Purple

📋 copy color: '#5C0022'

red 92 ◦ green 0 ◦ blue 34

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

Shades of Tyrian Purple #5C0022

Tints of Tyrian Purple #5C0022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 34 (13.67% from 255) = 26.98%

R = 73.02%
G = 0%
B = 26.98%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.63

 K value IS 0.64

RGB Variations

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

Color information

#5C0022 (or 0x5C0022) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 22. RGB value is (92,0,34). Sum of RGB (Red+Green+Blue) = 92+0+34=126 (16% of max value = 765). Red value is 92 (36.33% from 255 or 73.02% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 34 (13.67% from 255 or 26.98% from 126); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0022 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0022 is #A3FFDD. Grayscale: #1F1F1F. Windows color (decimal): -10747870 or 2228316. OLE color: 2228316.

HSL color Cylindrical-coordinate representation of color #5C0022: hue angle of 337.83º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C0022 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 0 34 -
CMYK 0 1 0.63 0.64
HSL 337.83º 1% 0.18% -
HSV(B) 337.83º 1% 0.36% -
XYZ 4.7 2.39 1.73 -
YUV 31.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 92 0 34 0 1 0.63 0.64 337.83 1 0.18
Hex 5C 0 22 0 64 3F 40 152 64 12
Octal 134 0 42 0 144 77 100 522 144 22
Binary 1011100 0 100010 0 1100100 111111 1000000 101010010 1100100 10010

Color Harmonies of #5C0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0022

Black with #5C0022

Text Example


Text Example

White with #5C0022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,0,34); }

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

background-color css

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

 a { background-color: rgb(92,0,34); }

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

border-color css

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

 span { border-color: rgb(92,0,34); }

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