Html Css Color HEX #500232 Tyrian Purple

📋 copy color: '#500232'

red 80 ◦ green 2 ◦ blue 50

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

Shades of Tyrian Purple #500232

Tints of Tyrian Purple #500232

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.52%

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

R = 60.61%
G = 1.52%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#500232 (or 0x500232) is known color: Tyrian Purple. HEX triplet: 50, 02 and 32. RGB value is (80,2,50). Sum of RGB (Red+Green+Blue) = 80+2+50=132 (17% of max value = 765). Red value is 80 (31.64% from 255 or 60.61% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 80 - color contains mainly: red. Hex color #500232 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500232 is #AFFDCD. Grayscale: #1E1E1E. Windows color (decimal): -11533774 or 3277392. OLE color: 3277392.

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

Color convert

RGB 80 2 50 -
CMYK 0 0.98 0.37 0.69
HSL 323.08º 0.95% 0.16% -
HSV(B) 323.08º 0.98% 0.31% -
XYZ 3.91 1.98 3.19 -
YUV 30.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 80 2 50 0 0.98 0.37 0.69 323.08 0.95 0.16
Hex 50 2 32 0 62 25 45 143 5F 10
Octal 120 2 62 0 142 45 105 503 137 20
Binary 1010000 10 110010 0 1100010 100101 1000101 101000011 1011111 10000

Color Harmonies of #500232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500232

Black with #500232

Text Example


Text Example

White with #500232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500232; }

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

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

background-color css

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

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

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

border-color css

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

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

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