Html Css Color HEX #500332 Tyrian Purple

📋 copy color: '#500332'

red 80 ◦ green 3 ◦ blue 50

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

Shades of Tyrian Purple #500332

Tints of Tyrian Purple #500332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 37.59%

R = 60.15%
G = 2.26%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#500332 (or 0x500332) is known color: Tyrian Purple. HEX triplet: 50, 03 and 32. RGB value is (80,3,50). Sum of RGB (Red+Green+Blue) = 80+3+50=133 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.15% from 133); Green value is 3 (1.56% from 255 or 2.26% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 80 - color contains mainly: red. Hex color #500332 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500332 is #AFFCCD. Grayscale: #1F1F1F. Windows color (decimal): -11533518 or 3277648. OLE color: 3277648.

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

Color convert

RGB 80 3 50 -
CMYK 0 0.96 0.37 0.69
HSL 323.38º 0.93% 0.16% -
HSV(B) 323.38º 0.96% 0.31% -
XYZ 3.92 2 3.2 -
YUV 31.38 138.51 162.68 -
System Red Green Blue C M Y K H S L
Decimal 80 3 50 0 0.96 0.37 0.69 323.38 0.93 0.16
Hex 50 3 32 0 60 25 45 143 5D 10
Octal 120 3 62 0 140 45 105 503 135 20
Binary 1010000 11 110010 0 1100000 100101 1000101 101000011 1011101 10000

Color Harmonies of #500332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500332

Black with #500332

Text Example


Text Example

White with #500332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500332; }

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

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

background-color css

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

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

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

border-color css

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

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

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