Html Css Color HEX #5C0150 Tyrian Purple

📋 copy color: '#5C0150'

red 92 ◦ green 1 ◦ blue 80

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

Shades of Tyrian Purple #5C0150

Tints of Tyrian Purple #5C0150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 80 (31.64% from 255) = 46.24%

R = 53.18%
G = 0.58%
B = 46.24%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#5C0150 (or 0x5C0150) is known color: Tyrian Purple. HEX triplet: 5C, 01 and 50. RGB value is (92,1,80). Sum of RGB (Red+Green+Blue) = 92+1+80=173 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.18% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0150 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0150 is #A3FEAF. Grayscale: #242424. Windows color (decimal): -10747568 or 5243228. OLE color: 5243228.

HSL color Cylindrical-coordinate representation of color #5C0150: hue angle of 307.91º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0150 is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 1 80 -
CMYK 0 0.99 0.13 0.64
HSL 307.91º 0.98% 0.18% -
HSV(B) 307.91º 0.99% 0.36% -
XYZ 5.87 2.88 7.84 -
YUV 37.22 152.15 167.08 -
System Red Green Blue C M Y K H S L
Decimal 92 1 80 0 0.99 0.13 0.64 307.91 0.98 0.18
Hex 5C 1 50 0 63 D 40 134 62 12
Octal 134 1 120 0 143 15 100 464 142 22
Binary 1011100 1 1010000 0 1100011 1101 1000000 100110100 1100010 10010

Color Harmonies of #5C0150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0150

Black with #5C0150

Text Example


Text Example

White with #5C0150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,1,80); }

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

background-color css

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

 a { background-color: rgb(92,1,80); }

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

border-color css

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

 span { border-color: rgb(92,1,80); }

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