Html Css Color HEX #500133 Tyrian Purple

📋 copy color: '#500133'

red 80 ◦ green 1 ◦ blue 51

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

Shades of Tyrian Purple #500133

Tints of Tyrian Purple #500133

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.76%

 BLUE value IS 51 (20.31% from 255) = 38.64%

R = 60.61%
G = 0.76%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.69

RGB Variations

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

Color information

#500133 (or 0x500133) is known color: Tyrian Purple. HEX triplet: 50, 01 and 33. RGB value is (80,1,51). Sum of RGB (Red+Green+Blue) = 80+1+51=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #500133 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500133 is #AFFECC. Grayscale: #1E1E1E. Windows color (decimal): -11534029 or 3342672. OLE color: 3342672.

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

Color convert

RGB 80 1 51 -
CMYK 0 0.99 0.36 0.69
HSL 322.03º 0.98% 0.16% -
HSV(B) 322.03º 0.99% 0.31% -
XYZ 3.92 1.97 3.31 -
YUV 30.32 139.67 163.43 -
System Red Green Blue C M Y K H S L
Decimal 80 1 51 0 0.99 0.36 0.69 322.03 0.98 0.16
Hex 50 1 33 0 63 24 45 142 62 10
Octal 120 1 63 0 143 44 105 502 142 20
Binary 1010000 1 110011 0 1100011 100100 1000101 101000010 1100010 10000

Color Harmonies of #500133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500133

Black with #500133

Text Example


Text Example

White with #500133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500133; }

 p { color: rgb(80,1,51); }

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

background-color css

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

 a { background-color: rgb(80,1,51); }

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

border-color css

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

 span { border-color: rgb(80,1,51); }

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