Html Css Color HEX #5C004A Tyrian Purple

📋 copy color: '#5C004A'

red 92 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #5C004A

Tints of Tyrian Purple #5C004A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 44.58%

R = 55.42%
G = 0%
B = 44.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.64

RGB Variations

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

Color information

#5C004A (or 0x5C004A) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 4A. RGB value is (92,0,74). Sum of RGB (Red+Green+Blue) = 92+0+74=166 (21% of max value = 765). Red value is 92 (36.33% from 255 or 55.42% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 74 (29.30% from 255 or 44.58% from 166); Max value from RGB is 92 - color contains mainly: red. Hex color #5C004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C004A is #A3FFB5. Grayscale: #232323. Windows color (decimal): -10747830 or 4849756. OLE color: 4849756.

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

Color convert

RGB 92 0 74 -
CMYK 0 1 0.20 0.64
HSL 311.74º 1% 0.18% -
HSV(B) 311.74º 1% 0.36% -
XYZ 5.65 2.77 6.72 -
YUV 35.94 149.48 167.98 -
System Red Green Blue C M Y K H S L
Decimal 92 0 74 0 1 0.20 0.64 311.74 1 0.18
Hex 5C 0 4A 0 64 14 40 138 64 12
Octal 134 0 112 0 144 24 100 470 144 22
Binary 1011100 0 1001010 0 1100100 10100 1000000 100111000 1100100 10010

Color Harmonies of #5C004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C004A

Black with #5C004A

Text Example


Text Example

White with #5C004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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