Html Css Color HEX #50064C Tyrian Purple

📋 copy color: '#50064C'

red 80 ◦ green 6 ◦ blue 76

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

Shades of Tyrian Purple #50064C

Tints of Tyrian Purple #50064C

RGB

 RED value IS 80 (31.64% from 255) = 49.38%

 GREEN value IS 6 (2.73% from 255) = 3.7%

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

R = 49.38%
G = 3.7%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.05

 K value IS 0.69

RGB Variations

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

Color information

#50064C (or 0x50064C) is known color: Tyrian Purple. HEX triplet: 50, 06 and 4C. RGB value is (80,6,76). Sum of RGB (Red+Green+Blue) = 80+6+76=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 6 (2.73% from 255 or 3.70% from 162); Blue value is 76 (30.08% from 255 or 46.91% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #50064C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50064C is #AFF9B3. Grayscale: #232323. Windows color (decimal): -11532724 or 4982352. OLE color: 4982352.

HSL color Cylindrical-coordinate representation of color #50064C: hue angle of 303.24º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50064C is Cyan = 0, Magento = 0.92, Yellow = 0.05 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 6 76 -
CMYK 0 0.92 0.05 0.69
HSL 303.24º 0.86% 0.17% -
HSV(B) 303.24º 0.93% 0.31% -
XYZ 4.68 2.36 7.05 -
YUV 36.11 150.52 159.31 -
System Red Green Blue C M Y K H S L
Decimal 80 6 76 0 0.92 0.05 0.69 303.24 0.86 0.17
Hex 50 6 4C 0 5C 5 45 12F 56 11
Octal 120 6 114 0 134 5 105 457 126 21
Binary 1010000 110 1001100 0 1011100 101 1000101 100101111 1010110 10001

Color Harmonies of #50064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50064C

Black with #50064C

Text Example


Text Example

White with #50064C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50064C; }

 p { color: rgb(80,6,76); }

 H1.HeaderClassName
 {
   color: #50064C;
 }
 .AnyTagClassName
 {
   color: #50064C;
 }
</style>

background-color css

<style>
 a { background-color: #50064C; }

 a { background-color: rgb(80,6,76); }

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

border-color css

<style>
 span { border-color: #50064C; }

 span { border-color: rgb(80,6,76); }

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