Html Css Color HEX #5C1248 Tyrian Purple

📋 copy color: '#5C1248'

red 92 ◦ green 18 ◦ blue 72

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

Shades of Tyrian Purple #5C1248

Tints of Tyrian Purple #5C1248

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.89%

 BLUE value IS 72 (28.52% from 255) = 39.56%

R = 50.55%
G = 9.89%
B = 39.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#5C1248 (or 0x5C1248) is known color: Tyrian Purple. HEX triplet: 5C, 12 and 48. RGB value is (92,18,72). Sum of RGB (Red+Green+Blue) = 92+18+72=182 (24% of max value = 765). Red value is 92 (36.33% from 255 or 50.55% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1248 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C1248 is #A3EDB7. Grayscale: #2E2E2E. Windows color (decimal): -10743224 or 4723292. OLE color: 4723292.

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

Color convert

RGB 92 18 72 -
CMYK 0 0.80 0.22 0.64
HSL 316.22º 0.67% 0.22% -
HSV(B) 316.22º 0.8% 0.36% -
XYZ 5.8 3.18 6.44 -
YUV 46.28 142.52 160.61 -
System Red Green Blue C M Y K H S L
Decimal 92 18 72 0 0.80 0.22 0.64 316.22 0.67 0.22
Hex 5C 12 48 0 50 16 40 13C 43 16
Octal 134 22 110 0 120 26 100 474 103 26
Binary 1011100 10010 1001000 0 1010000 10110 1000000 100111100 1000011 10110

Color Harmonies of #5C1248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C1248

Black with #5C1248

Text Example


Text Example

White with #5C1248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,18,72); }

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

background-color css

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

 a { background-color: rgb(92,18,72); }

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

border-color css

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

 span { border-color: rgb(92,18,72); }

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