Html Css Color HEX #500335 Tyrian Purple

📋 copy color: '#500335'

red 80 ◦ green 3 ◦ blue 53

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

Shades of Tyrian Purple #500335

Tints of Tyrian Purple #500335

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.21%

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

R = 58.82%
G = 2.21%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.69

RGB Variations

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

Color information

#500335 (or 0x500335) is known color: Tyrian Purple. HEX triplet: 50, 03 and 35. RGB value is (80,3,53). Sum of RGB (Red+Green+Blue) = 80+3+53=136 (18% of max value = 765). Red value is 80 (31.64% from 255 or 58.82% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 53 (21.09% from 255 or 38.97% from 136); Max value from RGB is 80 - color contains mainly: red. Hex color #500335 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500335 is #AFFCCA. Grayscale: #1F1F1F. Windows color (decimal): -11533515 or 3474256. OLE color: 3474256.

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

Color convert

RGB 80 3 53 -
CMYK 0 0.96 0.34 0.69
HSL 321.04º 0.93% 0.16% -
HSV(B) 321.04º 0.96% 0.31% -
XYZ 3.98 2.03 3.55 -
YUV 31.72 140.01 162.43 -
System Red Green Blue C M Y K H S L
Decimal 80 3 53 0 0.96 0.34 0.69 321.04 0.93 0.16
Hex 50 3 35 0 60 22 45 141 5D 10
Octal 120 3 65 0 140 42 105 501 135 20
Binary 1010000 11 110101 0 1100000 100010 1000101 101000001 1011101 10000

Color Harmonies of #500335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500335

Black with #500335

Text Example


Text Example

White with #500335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500335; }

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

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

background-color css

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

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

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

border-color css

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

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

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