Html Css Color HEX #5C144B Tyrian Purple

📋 copy color: '#5C144B'

red 92 ◦ green 20 ◦ blue 75

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

Shades of Tyrian Purple #5C144B

Tints of Tyrian Purple #5C144B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.7%

 BLUE value IS 75 (29.69% from 255) = 40.11%

R = 49.2%
G = 10.7%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#5C144B (or 0x5C144B) is known color: Tyrian Purple. HEX triplet: 5C, 14 and 4B. RGB value is (92,20,75). Sum of RGB (Red+Green+Blue) = 92+20+75=187 (24% of max value = 765). Red value is 92 (36.33% from 255 or 49.20% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 75 (29.69% from 255 or 40.11% from 187); Max value from RGB is 92 - color contains mainly: red. Hex color #5C144B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C144B is #A3EBB4. Grayscale: #2F2F2F. Windows color (decimal): -10742709 or 4920412. OLE color: 4920412.

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

Color convert

RGB 92 20 75 -
CMYK 0 0.78 0.18 0.64
HSL 314.17º 0.64% 0.22% -
HSV(B) 314.17º 0.78% 0.36% -
XYZ 5.93 3.28 6.98 -
YUV 47.8 143.35 159.53 -
System Red Green Blue C M Y K H S L
Decimal 92 20 75 0 0.78 0.18 0.64 314.17 0.64 0.22
Hex 5C 14 4B 0 4E 12 40 13A 40 16
Octal 134 24 113 0 116 22 100 472 100 26
Binary 1011100 10100 1001011 0 1001110 10010 1000000 100111010 1000000 10110

Color Harmonies of #5C144B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C144B

Black with #5C144B

Text Example


Text Example

White with #5C144B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,20,75); }

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

background-color css

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

 a { background-color: rgb(92,20,75); }

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

border-color css

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

 span { border-color: rgb(92,20,75); }

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