Html Css Color HEX #500135 Tyrian Purple

📋 copy color: '#500135'

red 80 ◦ green 1 ◦ blue 53

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

Shades of Tyrian Purple #500135

Tints of Tyrian Purple #500135

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 39.55%

R = 59.7%
G = 0.75%
B = 39.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#500135 (or 0x500135) is known color: Tyrian Purple. HEX triplet: 50, 01 and 35. RGB value is (80,1,53). Sum of RGB (Red+Green+Blue) = 80+1+53=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 1 (0.78% from 255 or 0.75% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #500135 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500135 is #AFFECA. Grayscale: #1E1E1E. Windows color (decimal): -11534027 or 3473744. OLE color: 3473744.

HSL color Cylindrical-coordinate representation of color #500135: hue angle of 320.51º 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 #500135 is Cyan = 0, Magento = 0.99, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB 80 1 53 -
CMYK 0 0.99 0.34 0.69
HSL 320.51º 0.98% 0.16% -
HSV(B) 320.51º 0.99% 0.31% -
XYZ 3.96 1.98 3.54 -
YUV 30.55 140.67 163.27 -
System Red Green Blue C M Y K H S L
Decimal 80 1 53 0 0.99 0.34 0.69 320.51 0.98 0.16
Hex 50 1 35 0 63 22 45 141 62 10
Octal 120 1 65 0 143 42 105 501 142 20
Binary 1010000 1 110101 0 1100011 100010 1000101 101000001 1100010 10000

Color Harmonies of #500135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500135

Black with #500135

Text Example


Text Example

White with #500135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500135; }

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

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

background-color css

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

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

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

border-color css

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

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

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