Html Css Color HEX #5D062B Tyrian Purple

📋 copy color: '#5D062B'

red 93 ◦ green 6 ◦ blue 43

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

Shades of Tyrian Purple #5D062B

Tints of Tyrian Purple #5D062B

RGB

 RED value IS 93 (36.72% from 255) = 65.49%

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

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

R = 65.49%
G = 4.23%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#5D062B (or 0x5D062B) is known color: Tyrian Purple. HEX triplet: 5D, 06 and 2B. RGB value is (93,6,43). Sum of RGB (Red+Green+Blue) = 93+6+43=142 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.49% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 93 - color contains mainly: red. Hex color #5D062B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D062B is #A2F9D4. Grayscale: #242424. Windows color (decimal): -10680789 or 2819677. OLE color: 2819677.

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

Color convert

RGB 93 6 43 -
CMYK 0 0.94 0.54 0.64
HSL 334.48º 0.88% 0.19% -
HSV(B) 334.48º 0.94% 0.36% -
XYZ 5.02 2.63 2.53 -
YUV 36.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 93 6 43 0 0.94 0.54 0.64 334.48 0.88 0.19
Hex 5D 6 2B 0 5E 36 40 14E 58 13
Octal 135 6 53 0 136 66 100 516 130 23
Binary 1011101 110 101011 0 1011110 110110 1000000 101001110 1011000 10011

Color Harmonies of #5D062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D062B

Black with #5D062B

Text Example


Text Example

White with #5D062B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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