Html Css Color HEX #5C062B Tyrian Purple

📋 copy color: '#5C062B'

red 92 ◦ green 6 ◦ blue 43

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

Shades of Tyrian Purple #5C062B

Tints of Tyrian Purple #5C062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.26%

 BLUE value IS 43 (17.19% from 255) = 30.5%

R = 65.25%
G = 4.26%
B = 30.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#5C062B (or 0x5C062B) is known color: Tyrian Purple. HEX triplet: 5C, 06 and 2B. RGB value is (92,6,43). Sum of RGB (Red+Green+Blue) = 92+6+43=141 (18% of max value = 765). Red value is 92 (36.33% from 255 or 65.25% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 43 (17.19% from 255 or 30.50% from 141); Max value from RGB is 92 - color contains mainly: red. Hex color #5C062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C062B is #A3F9D4. Grayscale: #232323. Windows color (decimal): -10746325 or 2819676. OLE color: 2819676.

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

Color convert

RGB 92 6 43 -
CMYK 0 0.93 0.53 0.64
HSL 334.19º 0.88% 0.19% -
HSV(B) 334.19º 0.93% 0.36% -
XYZ 4.91 2.58 2.52 -
YUV 35.93 131.99 167.99 -
System Red Green Blue C M Y K H S L
Decimal 92 6 43 0 0.93 0.53 0.64 334.19 0.88 0.19
Hex 5C 6 2B 0 5D 35 40 14E 58 13
Octal 134 6 53 0 135 65 100 516 130 23
Binary 1011100 110 101011 0 1011101 110101 1000000 101001110 1011000 10011

Color Harmonies of #5C062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C062B

Black with #5C062B

Text Example


Text Example

White with #5C062B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,6,43); }

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

background-color css

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

 a { background-color: rgb(92,6,43); }

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

border-color css

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

 span { border-color: rgb(92,6,43); }

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