Html Css Color HEX #50002C Tyrian Purple

📋 copy color: '#50002C'

red 80 ◦ green 0 ◦ blue 44

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

Shades of Tyrian Purple #50002C

Tints of Tyrian Purple #50002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 35.48%

R = 64.52%
G = 0%
B = 35.48%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.69

RGB Variations

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

Color information

#50002C (or 0x50002C) is known color: Tyrian Purple. HEX triplet: 50, 00 and 2C. RGB value is (80,0,44). Sum of RGB (Red+Green+Blue) = 80+0+44=124 (16% of max value = 765). Red value is 80 (31.64% from 255 or 64.52% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 44 (17.58% from 255 or 35.48% from 124); Max value from RGB is 80 - color contains mainly: red. Hex color #50002C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50002C is #AFFFD3. Grayscale: #1C1C1C. Windows color (decimal): -11534292 or 2883664. OLE color: 2883664.

HSL color Cylindrical-coordinate representation of color #50002C: hue angle of 327º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #50002C is Cyan = 0, Magento = 1, Yellow = 0.45 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 0 44 -
CMYK 0 1 0.45 0.69
HSL 327º 1% 0.16% -
HSV(B) 327º 1% 0.31% -
XYZ 3.76 1.89 2.55 -
YUV 28.94 136.5 164.42 -
System Red Green Blue C M Y K H S L
Decimal 80 0 44 0 1 0.45 0.69 327 1 0.16
Hex 50 0 2C 0 64 2D 45 147 64 10
Octal 120 0 54 0 144 55 105 507 144 20
Binary 1010000 0 101100 0 1100100 101101 1000101 101000111 1100100 10000

Color Harmonies of #50002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50002C

Black with #50002C

Text Example


Text Example

White with #50002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,0,44); }

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

background-color css

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

 a { background-color: rgb(80,0,44); }

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

border-color css

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

 span { border-color: rgb(80,0,44); }

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