Html Css Color HEX #5C004C Tyrian Purple

📋 copy color: '#5C004C'

red 92 ◦ green 0 ◦ blue 76

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

Shades of Tyrian Purple #5C004C

Tints of Tyrian Purple #5C004C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 45.24%

R = 54.76%
G = 0%
B = 45.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.17

 K value IS 0.64

RGB Variations

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

Color information

#5C004C (or 0x5C004C) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 4C. RGB value is (92,0,76). Sum of RGB (Red+Green+Blue) = 92+0+76=168 (22% of max value = 765). Red value is 92 (36.33% from 255 or 54.76% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 76 (30.08% from 255 or 45.24% from 168); Max value from RGB is 92 - color contains mainly: red. Hex color #5C004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C004C is #A3FFB3. Grayscale: #232323. Windows color (decimal): -10747828 or 4980828. OLE color: 4980828.

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

Color convert

RGB 92 0 76 -
CMYK 0 1 0.17 0.64
HSL 310.43º 1% 0.18% -
HSV(B) 310.43º 1% 0.36% -
XYZ 5.72 2.8 7.08 -
YUV 36.17 150.48 167.82 -
System Red Green Blue C M Y K H S L
Decimal 92 0 76 0 1 0.17 0.64 310.43 1 0.18
Hex 5C 0 4C 0 64 11 40 136 64 12
Octal 134 0 114 0 144 21 100 466 144 22
Binary 1011100 0 1001100 0 1100100 10001 1000000 100110110 1100100 10010

Color Harmonies of #5C004C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C004C

Black with #5C004C

Text Example


Text Example

White with #5C004C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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