Html Css Color HEX #5C063D Tyrian Purple

📋 copy color: '#5C063D'

red 92 ◦ green 6 ◦ blue 61

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

Shades of Tyrian Purple #5C063D

Tints of Tyrian Purple #5C063D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 38.36%

R = 57.86%
G = 3.77%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.34

 K value IS 0.64

RGB Variations

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

Color information

#5C063D (or 0x5C063D) is known color: Tyrian Purple. HEX triplet: 5C, 06 and 3D. RGB value is (92,6,61). Sum of RGB (Red+Green+Blue) = 92+6+61=159 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.86% from 159); Green value is 6 (2.73% from 255 or 3.77% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 92 - color contains mainly: red. Hex color #5C063D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C063D is #A3F9C2. Grayscale: #252525. Windows color (decimal): -10746307 or 3999324. OLE color: 3999324.

HSL color Cylindrical-coordinate representation of color #5C063D: hue angle of 321.63º 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 #5C063D is Cyan = 0, Magento = 0.93, Yellow = 0.34 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 6 61 -
CMYK 0 0.93 0.34 0.64
HSL 321.63º 0.88% 0.19% -
HSV(B) 321.63º 0.93% 0.36% -
XYZ 5.32 2.74 4.66 -
YUV 37.98 140.99 166.53 -
System Red Green Blue C M Y K H S L
Decimal 92 6 61 0 0.93 0.34 0.64 321.63 0.88 0.19
Hex 5C 6 3D 0 5D 22 40 142 58 13
Octal 134 6 75 0 135 42 100 502 130 23
Binary 1011100 110 111101 0 1011101 100010 1000000 101000010 1011000 10011

Color Harmonies of #5C063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C063D

Black with #5C063D

Text Example


Text Example

White with #5C063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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