Html Css Color HEX #500F43 Tyrian Purple

📋 copy color: '#500F43'

red 80 ◦ green 15 ◦ blue 67

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

Shades of Tyrian Purple #500F43

Tints of Tyrian Purple #500F43

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.26%

 BLUE value IS 67 (26.56% from 255) = 41.36%

R = 49.38%
G = 9.26%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.16

 K value IS 0.69

RGB Variations

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

Color information

#500F43 (or 0x500F43) is known color: Tyrian Purple. HEX triplet: 50, 0F and 43. RGB value is (80,15,67). Sum of RGB (Red+Green+Blue) = 80+15+67=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 15 (6.25% from 255 or 9.26% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #500F43 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500F43 is #AFF0BC. Grayscale: #282828. Windows color (decimal): -11530429 or 4394832. OLE color: 4394832.

HSL color Cylindrical-coordinate representation of color #500F43: hue angle of 312º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #500F43 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 15 67 -
CMYK 0 0.81 0.16 0.69
HSL 312º 0.68% 0.19% -
HSV(B) 312º 0.81% 0.31% -
XYZ 4.49 2.45 5.55 -
YUV 40.36 143.03 156.27 -
System Red Green Blue C M Y K H S L
Decimal 80 15 67 0 0.81 0.16 0.69 312 0.68 0.19
Hex 50 F 43 0 51 10 45 138 44 13
Octal 120 17 103 0 121 20 105 470 104 23
Binary 1010000 1111 1000011 0 1010001 10000 1000101 100111000 1000100 10011

Color Harmonies of #500F43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500F43

Black with #500F43

Text Example


Text Example

White with #500F43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500F43; }

 p { color: rgb(80,15,67); }

 H1.HeaderClassName
 {
   color: #500F43;
 }
 .AnyTagClassName
 {
   color: #500F43;
 }
</style>

background-color css

<style>
 a { background-color: #500F43; }

 a { background-color: rgb(80,15,67); }

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

border-color css

<style>
 span { border-color: #500F43; }

 span { border-color: rgb(80,15,67); }

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