Html Css Color HEX #500432 Tyrian Purple

📋 copy color: '#500432'

red 80 ◦ green 4 ◦ blue 50

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

Shades of Tyrian Purple #500432

Tints of Tyrian Purple #500432

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.99%

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

R = 59.7%
G = 2.99%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.69

RGB Variations

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

Color information

#500432 (or 0x500432) is known color: Tyrian Purple. HEX triplet: 50, 04 and 32. RGB value is (80,4,50). Sum of RGB (Red+Green+Blue) = 80+4+50=134 (17% of max value = 765). Red value is 80 (31.64% from 255 or 59.70% from 134); Green value is 4 (1.95% from 255 or 2.99% from 134); Blue value is 50 (19.92% from 255 or 37.31% from 134); Max value from RGB is 80 - color contains mainly: red. Hex color #500432 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500432 is #AFFBCD. Grayscale: #1F1F1F. Windows color (decimal): -11533262 or 3277904. OLE color: 3277904.

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

Color convert

RGB 80 4 50 -
CMYK 0 0.95 0.37 0.69
HSL 323.68º 0.9% 0.16% -
HSV(B) 323.68º 0.95% 0.31% -
XYZ 3.93 2.02 3.2 -
YUV 31.97 138.18 162.26 -
System Red Green Blue C M Y K H S L
Decimal 80 4 50 0 0.95 0.37 0.69 323.68 0.9 0.16
Hex 50 4 32 0 5F 25 45 144 5A 10
Octal 120 4 62 0 137 45 105 504 132 20
Binary 1010000 100 110010 0 1011111 100101 1000101 101000100 1011010 10000

Color Harmonies of #500432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500432

Black with #500432

Text Example


Text Example

White with #500432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500432; }

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

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

background-color css

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

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

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

border-color css

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

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

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