Html Css Color HEX #5C0138 Tyrian Purple

📋 copy color: '#5C0138'

red 92 ◦ green 1 ◦ blue 56

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

Shades of Tyrian Purple #5C0138

Tints of Tyrian Purple #5C0138

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.67%

 BLUE value IS 56 (22.27% from 255) = 37.58%

R = 61.74%
G = 0.67%
B = 37.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.64

RGB Variations

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

Color information

#5C0138 (or 0x5C0138) is known color: Tyrian Purple. HEX triplet: 5C, 01 and 38. RGB value is (92,1,56). Sum of RGB (Red+Green+Blue) = 92+1+56=149 (19% of max value = 765). Red value is 92 (36.33% from 255 or 61.74% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0138 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0138 is #A3FEC7. Grayscale: #222222. Windows color (decimal): -10747592 or 3670364. OLE color: 3670364.

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

Color convert

RGB 92 1 56 -
CMYK 0 0.99 0.39 0.64
HSL 323.74º 0.98% 0.18% -
HSV(B) 323.74º 0.99% 0.36% -
XYZ 5.14 2.58 3.97 -
YUV 34.48 140.15 169.03 -
System Red Green Blue C M Y K H S L
Decimal 92 1 56 0 0.99 0.39 0.64 323.74 0.98 0.18
Hex 5C 1 38 0 63 27 40 144 62 12
Octal 134 1 70 0 143 47 100 504 142 22
Binary 1011100 1 111000 0 1100011 100111 1000000 101000100 1100010 10010

Color Harmonies of #5C0138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0138

Black with #5C0138

Text Example


Text Example

White with #5C0138

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,1,56); }

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

background-color css

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

 a { background-color: rgb(92,1,56); }

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

border-color css

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

 span { border-color: rgb(92,1,56); }

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