Html Css Color HEX #5C0B3F Tyrian Purple

📋 copy color: '#5C0B3F'

red 92 ◦ green 11 ◦ blue 63

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

Shades of Tyrian Purple #5C0B3F

Tints of Tyrian Purple #5C0B3F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.63%

 BLUE value IS 63 (25% from 255) = 37.95%

R = 55.42%
G = 6.63%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.64

RGB Variations

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

Color information

#5C0B3F (or 0x5C0B3F) is known color: Tyrian Purple. HEX triplet: 5C, 0B and 3F. RGB value is (92,11,63). Sum of RGB (Red+Green+Blue) = 92+11+63=166 (21% of max value = 765). Red value is 92 (36.33% from 255 or 55.42% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 63 (25% from 255 or 37.95% from 166); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0B3F is #A3F4C0. Grayscale: #292929. Windows color (decimal): -10745025 or 4131676. OLE color: 4131676.

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

Color convert

RGB 92 11 63 -
CMYK 0 0.88 0.32 0.64
HSL 321.48º 0.79% 0.2% -
HSV(B) 321.48º 0.88% 0.36% -
XYZ 5.43 2.87 4.97 -
YUV 41.15 140.34 164.27 -
System Red Green Blue C M Y K H S L
Decimal 92 11 63 0 0.88 0.32 0.64 321.48 0.79 0.2
Hex 5C B 3F 0 58 20 40 141 4F 14
Octal 134 13 77 0 130 40 100 501 117 24
Binary 1011100 1011 111111 0 1011000 100000 1000000 101000001 1001111 10100

Color Harmonies of #5C0B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0B3F

Black with #5C0B3F

Text Example


Text Example

White with #5C0B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,11,63); }

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

background-color css

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

 a { background-color: rgb(92,11,63); }

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

border-color css

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

 span { border-color: rgb(92,11,63); }

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