Html Css Color HEX #5C1339 Tyrian Purple

📋 copy color: '#5C1339'

red 92 ◦ green 19 ◦ blue 57

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

Shades of Tyrian Purple #5C1339

Tints of Tyrian Purple #5C1339

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.31%

 BLUE value IS 57 (22.66% from 255) = 33.93%

R = 54.76%
G = 11.31%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.38

 K value IS 0.64

RGB Variations

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

Color information

#5C1339 (or 0x5C1339) is known color: Tyrian Purple. HEX triplet: 5C, 13 and 39. RGB value is (92,19,57). Sum of RGB (Red+Green+Blue) = 92+19+57=168 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.76% from 168); Green value is 19 (7.81% from 255 or 11.31% from 168); Blue value is 57 (22.66% from 255 or 33.93% from 168); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1339 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1339 is #A3ECC6. Grayscale: #2D2D2D. Windows color (decimal): -10742983 or 3740508. OLE color: 3740508.

HSL color Cylindrical-coordinate representation of color #5C1339: hue angle of 328.77º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5C1339 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 19 57 -
CMYK 0 0.79 0.38 0.64
HSL 328.77º 0.66% 0.22% -
HSV(B) 328.77º 0.79% 0.36% -
XYZ 5.39 3.04 4.17 -
YUV 45.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 92 19 57 0 0.79 0.38 0.64 328.77 0.66 0.22
Hex 5C 13 39 0 4F 26 40 149 42 16
Octal 134 23 71 0 117 46 100 511 102 26
Binary 1011100 10011 111001 0 1001111 100110 1000000 101001001 1000010 10110

Color Harmonies of #5C1339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1339

Black with #5C1339

Text Example


Text Example

White with #5C1339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,19,57); }

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

background-color css

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

 a { background-color: rgb(92,19,57); }

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

border-color css

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

 span { border-color: rgb(92,19,57); }

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