Html Css Color HEX #500438 Tyrian Purple

📋 copy color: '#500438'

red 80 ◦ green 4 ◦ blue 56

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

Shades of Tyrian Purple #500438

Tints of Tyrian Purple #500438

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 40%

R = 57.14%
G = 2.86%
B = 40%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.69

RGB Variations

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

Color information

#500438 (or 0x500438) is known color: Tyrian Purple. HEX triplet: 50, 04 and 38. RGB value is (80,4,56). Sum of RGB (Red+Green+Blue) = 80+4+56=140 (18% of max value = 765). Red value is 80 (31.64% from 255 or 57.14% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 80 - color contains mainly: red. Hex color #500438 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #500438 is #AFFBC7. Grayscale: #202020. Windows color (decimal): -11533256 or 3671120. OLE color: 3671120.

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

Color convert

RGB 80 4 56 -
CMYK 0 0.95 0.30 0.69
HSL 318.95º 0.9% 0.16% -
HSV(B) 318.95º 0.95% 0.31% -
XYZ 4.07 2.08 3.93 -
YUV 32.65 141.18 161.77 -
System Red Green Blue C M Y K H S L
Decimal 80 4 56 0 0.95 0.30 0.69 318.95 0.9 0.16
Hex 50 4 38 0 5F 1E 45 13F 5A 10
Octal 120 4 70 0 137 36 105 477 132 20
Binary 1010000 100 111000 0 1011111 11110 1000101 100111111 1011010 10000

Color Harmonies of #500438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500438

Black with #500438

Text Example


Text Example

White with #500438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500438; }

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

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

background-color css

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

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

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

border-color css

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

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

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