Html Css Color HEX #5C004E Tyrian Purple

📋 copy color: '#5C004E'

red 92 ◦ green 0 ◦ blue 78

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

Shades of Tyrian Purple #5C004E

Tints of Tyrian Purple #5C004E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 78 (30.86% from 255) = 45.88%

R = 54.12%
G = 0%
B = 45.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5C004E (or 0x5C004E) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 4E. RGB value is (92,0,78). Sum of RGB (Red+Green+Blue) = 92+0+78=170 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.12% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 92 - color contains mainly: red. Hex color #5C004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C004E is #A3FFB1. Grayscale: #242424. Windows color (decimal): -10747826 or 5111900. OLE color: 5111900.

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

Color convert

RGB 92 0 78 -
CMYK 0 1 0.15 0.64
HSL 309.13º 1% 0.18% -
HSV(B) 309.13º 1% 0.36% -
XYZ 5.79 2.83 7.45 -
YUV 36.4 151.48 167.66 -
System Red Green Blue C M Y K H S L
Decimal 92 0 78 0 1 0.15 0.64 309.13 1 0.18
Hex 5C 0 4E 0 64 F 40 135 64 12
Octal 134 0 116 0 144 17 100 465 144 22
Binary 1011100 0 1001110 0 1100100 1111 1000000 100110101 1100100 10010

Color Harmonies of #5C004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C004E

Black with #5C004E

Text Example


Text Example

White with #5C004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,0,78); }

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

background-color css

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

 a { background-color: rgb(92,0,78); }

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

border-color css

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

 span { border-color: rgb(92,0,78); }

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