Html Css Color HEX #5C1038 Tyrian Purple

📋 copy color: '#5C1038'

red 92 ◦ green 16 ◦ blue 56

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

Shades of Tyrian Purple #5C1038

Tints of Tyrian Purple #5C1038

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.76%

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

R = 56.1%
G = 9.76%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.39

 K value IS 0.64

RGB Variations

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

Color information

#5C1038 (or 0x5C1038) is known color: Tyrian Purple. HEX triplet: 5C, 10 and 38. RGB value is (92,16,56). Sum of RGB (Red+Green+Blue) = 92+16+56=164 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.10% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 56 (22.27% from 255 or 34.15% from 164); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1038 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1038 is #A3EFC7. Grayscale: #2B2B2B. Windows color (decimal): -10743752 or 3674204. OLE color: 3674204.

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

Color convert

RGB 92 16 56 -
CMYK 0 0.83 0.39 0.64
HSL 328.42º 0.7% 0.21% -
HSV(B) 328.42º 0.83% 0.36% -
XYZ 5.31 2.93 4.03 -
YUV 43.28 135.18 162.75 -
System Red Green Blue C M Y K H S L
Decimal 92 16 56 0 0.83 0.39 0.64 328.42 0.7 0.21
Hex 5C 10 38 0 53 27 40 148 46 15
Octal 134 20 70 0 123 47 100 510 106 25
Binary 1011100 10000 111000 0 1010011 100111 1000000 101001000 1000110 10101

Color Harmonies of #5C1038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1038

Black with #5C1038

Text Example


Text Example

White with #5C1038

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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