Html Css Color HEX #50023C Tyrian Purple

📋 copy color: '#50023C'

red 80 ◦ green 2 ◦ blue 60

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

Shades of Tyrian Purple #50023C

Tints of Tyrian Purple #50023C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.41%

 BLUE value IS 60 (23.83% from 255) = 42.25%

R = 56.34%
G = 1.41%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.25

 K value IS 0.69

RGB Variations

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

Color information

#50023C (or 0x50023C) is known color: Tyrian Purple. HEX triplet: 50, 02 and 3C. RGB value is (80,2,60). Sum of RGB (Red+Green+Blue) = 80+2+60=142 (18% of max value = 765). Red value is 80 (31.64% from 255 or 56.34% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 80 - color contains mainly: red. Hex color #50023C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #50023C is #AFFDC3. Grayscale: #1F1F1F. Windows color (decimal): -11533764 or 3932752. OLE color: 3932752.

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

Color convert

RGB 80 2 60 -
CMYK 0 0.98 0.25 0.69
HSL 315.38º 0.95% 0.16% -
HSV(B) 315.38º 0.98% 0.31% -
XYZ 4.15 2.08 4.46 -
YUV 31.93 143.84 162.28 -
System Red Green Blue C M Y K H S L
Decimal 80 2 60 0 0.98 0.25 0.69 315.38 0.95 0.16
Hex 50 2 3C 0 62 19 45 13B 5F 10
Octal 120 2 74 0 142 31 105 473 137 20
Binary 1010000 10 111100 0 1100010 11001 1000101 100111011 1011111 10000

Color Harmonies of #50023C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50023C

Black with #50023C

Text Example


Text Example

White with #50023C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,2,60); }

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

background-color css

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

 a { background-color: rgb(80,2,60); }

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

border-color css

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

 span { border-color: rgb(80,2,60); }

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