Html Css Color HEX #5C0429 Tyrian Purple

📋 copy color: '#5C0429'

red 92 ◦ green 4 ◦ blue 41

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

Shades of Tyrian Purple #5C0429

Tints of Tyrian Purple #5C0429

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.92%

 BLUE value IS 41 (16.41% from 255) = 29.93%

R = 67.15%
G = 2.92%
B = 29.93%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.64

RGB Variations

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

Color information

#5C0429 (or 0x5C0429) is known color: Tyrian Purple. HEX triplet: 5C, 04 and 29. RGB value is (92,4,41). Sum of RGB (Red+Green+Blue) = 92+4+41=137 (18% of max value = 765). Red value is 92 (36.33% from 255 or 67.15% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 41 (16.41% from 255 or 29.93% from 137); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0429 is #A3FBD6. Grayscale: #222222. Windows color (decimal): -10746839 or 2688092. OLE color: 2688092.

HSL color Cylindrical-coordinate representation of color #5C0429: hue angle of 334.77º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5C0429 is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 4 41 -
CMYK 0 0.96 0.55 0.64
HSL 334.77º 0.92% 0.19% -
HSV(B) 334.77º 0.96% 0.36% -
XYZ 4.86 2.52 2.33 -
YUV 34.53 131.65 168.99 -
System Red Green Blue C M Y K H S L
Decimal 92 4 41 0 0.96 0.55 0.64 334.77 0.92 0.19
Hex 5C 4 29 0 60 37 40 14F 5C 13
Octal 134 4 51 0 140 67 100 517 134 23
Binary 1011100 100 101001 0 1100000 110111 1000000 101001111 1011100 10011

Color Harmonies of #5C0429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0429

Black with #5C0429

Text Example


Text Example

White with #5C0429

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,4,41); }

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

background-color css

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

 a { background-color: rgb(92,4,41); }

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

border-color css

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

 span { border-color: rgb(92,4,41); }

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