Html Css Color HEX #5C0553 Tyrian Purple

📋 copy color: '#5C0553'

red 92 ◦ green 5 ◦ blue 83

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

Shades of Tyrian Purple #5C0553

Tints of Tyrian Purple #5C0553

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.78%

 BLUE value IS 83 (32.81% from 255) = 46.11%

R = 51.11%
G = 2.78%
B = 46.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#5C0553 (or 0x5C0553) is known color: Tyrian Purple. HEX triplet: 5C, 05 and 53. RGB value is (92,5,83). Sum of RGB (Red+Green+Blue) = 92+5+83=180 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.11% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 83 (32.81% from 255 or 46.11% from 180); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0553 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C0553 is #A3FAAC. Grayscale: #272727. Windows color (decimal): -10746541 or 5440860. OLE color: 5440860.

HSL color Cylindrical-coordinate representation of color #5C0553: hue angle of 306.21º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C0553 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 5 83 -
CMYK 0 0.95 0.10 0.64
HSL 306.21º 0.9% 0.19% -
HSV(B) 306.21º 0.95% 0.36% -
XYZ 6.03 3.01 8.45 -
YUV 39.91 152.32 165.16 -
System Red Green Blue C M Y K H S L
Decimal 92 5 83 0 0.95 0.10 0.64 306.21 0.9 0.19
Hex 5C 5 53 0 5F A 40 132 5A 13
Octal 134 5 123 0 137 12 100 462 132 23
Binary 1011100 101 1010011 0 1011111 1010 1000000 100110010 1011010 10011

Color Harmonies of #5C0553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0553

Black with #5C0553

Text Example


Text Example

White with #5C0553

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,5,83); }

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

background-color css

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

 a { background-color: rgb(92,5,83); }

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

border-color css

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

 span { border-color: rgb(92,5,83); }

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